sindresorhus / normalize-newlineLinks
Normalize the newline characters in a string to `\n`
☆30Updated 3 weeks ago
Alternatives and similar repositories for normalize-newline
Users that are interested in normalize-newline are comparing it to the libraries listed below
Sorting:
- Strip UTF-8 byte order mark (BOM) from a buffer☆20Updated last year
- Prepend `https://` to humanized URLs like `sindresorhus.com` and `file://` to file paths☆24Updated 3 years ago
- Truncate a semver version: 1.2.3 → 1.2.0☆17Updated 3 years ago
- Exclude certain items from an array☆22Updated 3 months ago
- Get all emails in a text file or stdin☆24Updated 4 years ago
- Modify the values of an object☆28Updated 4 years ago
- Clone and modify a RegExp instance☆23Updated 3 years ago
- Check if a path is inside another path☆39Updated last month
- Create a revved file path☆21Updated 3 years ago
- Check if a file path is a binary file☆47Updated last year
- Check if a number is a redirect HTTP status code☆24Updated 4 years ago
- Lowercase the keys of an object☆40Updated 2 years ago
- Check if a value is an error constructor☆13Updated 4 years ago
- Check if a value is a Blob☆23Updated last year
- Check if something is a generator function☆23Updated 3 years ago
- Convert matching single-quotes to double-quotes: `I 'love' unicorns` → `I "love" unicorns`☆23Updated 3 years ago
- Check if a path is a file, directory, or symlink☆79Updated last year
- Get the visual width of the widest line in a string - the number of columns required to display it☆39Updated last year
- Get the passwd user entry from a username or uid☆29Updated 3 years ago
- Transform the first chunk in a stream☆27Updated last year
- Node's default require extensions as a separate module☆10Updated 2 years ago
- Check if a value is a function☆28Updated 4 years ago
- Check if a file path is a text file☆19Updated last year
- Left pad each line in a string☆19Updated 2 years ago
- Modify the filename in a path☆16Updated 3 years ago
- Returns an array filled with the specified input☆43Updated 3 years ago
- Check if a path exists☆24Updated last year
- Strip shebang (eg. #!/bin/sh) from a string☆11Updated 4 years ago
- Get the PATH environment variable key cross-platform☆45Updated last month
- Convert matching double-quotes to single-quotes: `I "love" unicorns` → `I 'love' unicorns`☆56Updated 3 years ago