sindresorhus / humanize-stringLinks
Convert a camelized/dasherized/underscored string into a humanized one: fooBar-Baz_Faz → Foo bar baz faz
☆111Updated 3 months ago
Alternatives and similar repositories for humanize-string
Users that are interested in humanize-string are comparing it to the libraries listed below
Sorting:
- Strip leading whitespace from each line in a string☆144Updated 2 months ago
- Filter object keys and values into a new object☆105Updated last year
- Check if a URL is absolute☆80Updated 3 months ago
- Check if a value is a plain object☆103Updated last year
- Import a module like with `require()` but from a given path☆85Updated 3 years ago
- Capitalize every word in string: unicorn cake → Unicorn Cake☆52Updated 2 years ago
- Check if a string is HTML☆95Updated 3 months ago
- Convert a tilde path to an absolute path: ~/dev => /Users/sindresorhus/dev☆148Updated 3 months ago
- Import all modules in a directory☆139Updated 2 years ago
- Ensures a value is a valid error by making it one if not☆84Updated 3 months ago
- Debounce a function☆130Updated last year
- Replace all substring matches in a string☆90Updated 4 years ago
- Check if a string is a valid filename☆63Updated 4 years ago
- Get a random temporary file path☆81Updated 2 years ago
- Round a number to a specific number of decimal places: 1.234 → 1.2☆161Updated 3 months ago
- Lazy number range generator☆82Updated last year
- Loosely validate a URL.☆168Updated 2 years ago
- Check if your code is running as an npm or yarn script☆65Updated 3 months ago
- Conditional promise chains☆63Updated 4 years ago
- Compose promise-returning & async functions into a reusable pipeline☆127Updated 4 years ago
- Join all elements of an array and create a human-readable string☆33Updated 6 years ago
- Check when the DOM has loaded like `DOMContentLoaded`☆111Updated last year
- Get the diff type of two semver versions: 0.0.1 0.0.2 → patch☆69Updated 3 months ago
- Reduce a list of values using promises into a promise for a value☆74Updated 2 years ago
- Sort the keys of an object☆107Updated 3 months ago
- Find the closest package.json file☆166Updated 6 months ago
- Get the path of the caller module☆67Updated 4 years ago
- Create a hash for file revving☆107Updated 2 years ago
- Check if a project is using Yarn☆98Updated 3 months ago
- Delay a promise a minimum amount of time☆174Updated 2 months ago