Capitalize every word in string: unicorn cake → Unicorn Cake
☆52Aug 31, 2023Updated 2 years ago
Alternatives and similar repositories for titleize
Users that are interested in titleize are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Prepend `https://` to humanized URLs like `sindresorhus.com` and `file://` to file paths☆25Jul 9, 2022Updated 3 years ago
- Modify the values of an object☆28Sep 10, 2021Updated 4 years ago
- Convert a camelized/dasherized/underscored string into a humanized one: fooBar-Baz_Faz → Foo bar baz faz☆111Sep 12, 2025Updated 6 months ago
- Get a random key from an object☆18Jul 2, 2024Updated last year
- Get the number of days in a month☆27Oct 18, 2021Updated 4 years ago
- List of platforms supported by Node.js☆12Nov 3, 2021Updated 4 years ago
- Convert a path to a file url: `unicorn.jpg` → `file:///Users/sindresorhus/unicorn.jpg`☆28Aug 9, 2021Updated 4 years ago
- Strip a substring from the start/end of a string☆23Jul 9, 2022Updated 3 years ago
- Get the iTerm2 version☆11Jan 5, 2026Updated 2 months ago
- Get the URL from a web shortcut file☆14Aug 14, 2021Updated 4 years ago
- Open the URL from a web shortcut file in the browser☆20Nov 3, 2021Updated 4 years ago
- Check if a JavaScript environment has a DOM☆21May 3, 2021Updated 4 years ago
- Get metadata on the default editor or a specific editor☆55Sep 10, 2025Updated 6 months ago
- Open the URL from a web shortcut file☆17Nov 3, 2021Updated 4 years ago
- Lowercase the keys of an object☆41Feb 2, 2026Updated last month
- Check if a value is an error constructor☆14Apr 7, 2021Updated 4 years ago
- Check if a file path is a binary file☆49Apr 30, 2024Updated last year
- Get the UTI (Uniform Type Identifier) of a file on macOS☆23Aug 12, 2021Updated 4 years ago
- Check if a string is a valid filename☆62Aug 16, 2021Updated 4 years ago
- Check if a value is a function☆29May 3, 2021Updated 4 years ago
- Get the email of an npm user☆14Feb 26, 2024Updated 2 years ago
- Regular expression for matching scoped npm package names☆27Jul 9, 2022Updated 3 years ago
- Truncate a semver version: 1.2.3 → 1.2.0☆18Jul 9, 2022Updated 3 years ago
- Get the version of a binary in semver format☆42Apr 3, 2024Updated last year
- Convert a Source Map object to a comment☆16Aug 9, 2021Updated 4 years ago
- Strip the authentication part of a URL☆20Jul 9, 2022Updated 3 years ago
- Get a Gravatar image from an identifier, such as an email☆41Sep 10, 2021Updated 4 years ago
- Split a string at one or more indices☆25May 3, 2021Updated 4 years ago
- Create an array with values that are present in the first input array but not additional ones☆40Sep 14, 2021Updated 4 years ago
- Check if a path is the current working directory☆22May 10, 2025Updated 10 months ago
- Find semver versions in a string: `unicorn v1.2.3` → `1.2.3`