sindresorhus / humanize-string
Convert a camelized/dasherized/underscored string into a humanized one: fooBar-Baz_Faz → Foo bar baz faz
☆108Updated last year
Related projects ⓘ
Alternatives and complementary repositories for humanize-string
- Check if a URL is absolute☆78Updated 3 years ago
- Capitalize every word in string: unicorn cake → Unicorn Cake☆52Updated last year
- Ensures a value is a valid error by making it one if not☆78Updated 2 years ago
- Lazy number range generator☆82Updated 10 months ago
- Round a number to a specific number of decimal places: 1.234 → 1.2☆155Updated last year
- Image component for Ink☆73Updated 2 years ago
- Truncate a URL to a specific length☆61Updated 3 years ago
- Check if a string is HTML☆96Updated 7 months ago
- Get the gzipped size of a file or stdin☆188Updated 2 years ago
- Convert a value to an array☆131Updated 3 years ago
- Conditional promise chains☆60Updated 3 years ago
- Import a module like with `require()` but from a given path☆86Updated 2 years ago
- Check when the DOM has loaded like `DOMContentLoaded`☆108Updated 2 months ago
- Get an unused filename by appending a number if it exists: `file.txt` → `file (1).txt`☆141Updated 2 years ago
- Write a package.json file☆89Updated 3 months ago
- Debounce a function☆127Updated last month
- Compose promise-returning & async functions into a reusable pipeline☆122Updated 3 years ago
- Check if your code is running as an npm or yarn script☆64Updated 3 years ago
- Filter object keys and values into a new object☆100Updated 5 months ago
- Get the diff type of two semver versions: 0.0.1 0.0.2 → patch☆67Updated 3 years ago
- Get the gzipped size of a string or buffer☆170Updated 2 years ago
- Check if a value is a plain object☆101Updated 6 months ago
- Parse milliseconds into an object☆119Updated 6 months ago
- Replace all substring matches in a string☆88Updated 3 years ago
- Get the real path of the system temp directory☆82Updated 2 years ago
- Read the closest package.json file☆258Updated last year
- Lightweight querySelector/All wrapper that outputs an Array☆125Updated this week
- Convert a tilde path to an absolute path: ~/dev => /Users/sindresorhus/dev☆144Updated last year
- Find the closest package.json file☆159Updated last year
- Reduce a list of values using promises into a promise for a value☆68Updated last year