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
- Modify the filename in a path☆17Updated 3 years ago
- ES2015 Math.imul() ponyfill☆10Updated 2 years ago
- Get all emails in a text file or stdin☆24Updated 4 years ago
- Check if a file path is a text file☆20Updated last year
- Node's default require extensions as a separate module☆10Updated 3 years ago
- Check if a file path is a binary file☆48Updated last year
- Check if a string is email like☆25Updated 2 weeks ago
- Prepend `https://` to humanized URLs like `sindresorhus.com` and `file://` to file paths☆25Updated 3 years ago
- Convert a time string to seconds: '0017' → 1337☆35Updated 4 years ago
- Get the path to the user home directory☆13Updated 4 years ago
- Similar to String#trim() but removes only whitespace on the right☆22Updated 4 years ago
- Check if a file path is a compressed file☆19Updated last year
- Get the maximum permitted length of a path of a Unix domain socket☆14Updated 4 years ago
- Truncate a semver version: 1.2.3 → 1.2.0☆18Updated 3 years ago
- Get the URL from a web shortcut file☆14Updated 4 years ago
- Convert a Source Map object to a comment☆16Updated 4 years ago
- Check whether a binary version satisfies a semver range☆24Updated last year
- Strip UTF-8 byte order mark (BOM) from a buffer☆20Updated 2 years ago
- Left pad each line in a string☆19Updated 2 years ago
- Check if a file path is an archive file☆15Updated last year
- ES2015 Number.isFinite() ponyfill☆20Updated 4 years ago
- Get the path to this package - Useful for testing☆22Updated 4 years ago
- Convert matching double-quotes to single-quotes: `I "love" unicorns` → `I 'love' unicorns`☆56Updated 3 years ago
- Check if a filepath is a Markdown file☆21Updated 4 years ago
- Check if a string is a scoped npm package name☆24Updated 3 years ago
- Lowercase the keys of an object☆40Updated 2 years ago
- ES2015 Number.isNaN() ponyfill☆28Updated last year
- Include only certain items in an array☆19Updated 5 months ago
- Check if a value is an error constructor☆13Updated 4 years ago