sindresorhus / to-double-quotesLinks
Convert matching single-quotes to double-quotes: `I 'love' unicorns` → `I "love" unicorns`
☆23Updated 3 years ago
Alternatives and similar repositories for to-double-quotes
Users that are interested in to-double-quotes are comparing it to the libraries listed below
Sorting:
- Strip shebang (eg. #!/bin/sh) from a string☆11Updated 4 years ago
- Similar to String#trim() but removes only whitespace on the right☆22Updated 4 years ago
- Expands symbolic links and prints the resolved absolute filepath☆27Updated last year
- Get the path to the user home directory☆13Updated 4 years ago
- Prepend `https://` to humanized URLs like `sindresorhus.com` and `file://` to file paths☆24Updated 3 years ago
- Lowercase the keys of an object☆40Updated 2 years ago
- Modify the filename in a path☆16Updated 3 years ago
- Check if a file path is a text file☆19Updated last year
- Modify the values of an object☆28Updated 4 years ago
- Convert matching double-quotes to single-quotes: `I "love" unicorns` → `I 'love' unicorns`☆56Updated 3 years ago
- Sort an array of numbers☆17Updated last month
- Exclude certain items from an array☆22Updated 4 months ago
- Check if a file path is a binary file☆48Updated last year
- Get bundle identifier from a bundle name (macOS): Safari → com.apple.Safari☆16Updated 4 years ago
- Check if a value is a function☆28Updated 4 years ago
- Get the user home directory with fallback to the system temp directory☆30Updated 4 years ago
- Check whether a binary version satisfies a semver range☆23Updated last year
- Check if a number is a redirect HTTP status code☆24Updated 4 years ago
- Check if a string is email like☆23Updated 4 years ago
- Get all emails in a text file or stdin☆24Updated 4 years ago
- Get the path to this package - Useful for testing☆22Updated 4 years ago
- Repeat a string - fast☆35Updated 4 years ago
- Split a string at one or more indices☆24Updated 4 years ago
- ES2015 Math.imul() ponyfill☆10Updated last year
- Get the avatar of a GitHub user☆21Updated 4 years ago
- Get the URL from a web shortcut file☆13Updated 4 years ago
- Try to downgrade the permissions of a process with root privileges☆17Updated 2 years ago
- Add AVA to your project☆15Updated 4 years ago
- Check if a path is the current working directory☆21Updated 5 months ago
- Alphabetically sort an array of strings☆39Updated 4 years ago