sindresorhus / humanize-stringLinks
Convert a camelized/dasherized/underscored string into a humanized one: fooBar-Baz_Faz → Foo bar baz faz
☆109Updated last year
Alternatives and similar repositories for humanize-string
Users that are interested in humanize-string are comparing it to the libraries listed below
Sorting:
- Capitalize every word in string: unicorn cake → Unicorn Cake☆52Updated last year
- Conditional promise chains☆61Updated 4 years ago
- Filter object keys and values into a new object☆103Updated last year
- Join all elements of an array and create a human-readable string☆33Updated 6 years ago
- Check if a URL is absolute☆79Updated 4 years ago
- Import a module like with `require()` but from a given path☆85Updated 3 years ago
- Lazy number range generator☆81Updated last year
- Strip leading whitespace from each line in a string☆137Updated 3 years ago
- Check if a string is a valid filename☆62Updated 4 years ago
- Get the path of the caller module☆65Updated 3 years ago
- Create a hash for file revving☆105Updated last year
- Get the diff type of two semver versions: 0.0.1 0.0.2 → patch☆69Updated 4 years ago
- Debounce a function☆127Updated 11 months ago
- Check when the DOM has loaded like `DOMContentLoaded`☆110Updated last year
- Round a number to a specific number of decimal places: 1.234 → 1.2☆156Updated 2 years ago
- Loosely validate a URL.☆168Updated last year
- Get a random temporary file path☆80Updated 2 years ago
- Ensures a value is a valid error by making it one if not☆77Updated 3 years ago
- Check if your code is running as an npm or yarn script☆65Updated 3 years ago
- Reduce a list of values using promises into a promise for a value☆70Updated 2 years ago
- Check if a project is using Yarn☆97Updated 3 years ago
- capitalize a string, or all words in a string☆39Updated 3 years ago
- Convert a value to an array☆129Updated 3 years ago
- Create a lazily evaluated value☆69Updated 4 years ago
- Make a promise always fulfill with its actual fulfillment value or rejection reason☆53Updated 2 years ago
- Check if a file path is an image☆96Updated 2 years ago
- Check if a string is HTML☆95Updated last year
- Check if your package was installed globally☆70Updated last year
- Compose promise-returning & async functions into a reusable pipeline☆123Updated 4 years ago
- Replace all substring matches in a string☆88Updated 4 years ago