grncdr / js-capitalizeLinks
capitalize a string, or all words in a string
☆39Updated 3 years ago
Alternatives and similar repositories for js-capitalize
Users that are interested in js-capitalize are comparing it to the libraries listed below
Sorting:
- Turn an object into a string of HTML attributes☆49Updated 2 years ago
- Conditional promise chains☆61Updated 4 years ago
- Get the revved file path of a file☆33Updated 3 years ago
- Simplified high resolution timing☆81Updated 8 months ago
- Define a lazily evaluated property on an object☆65Updated 2 years ago
- Turn an array into a list of comma-separated values, appropriate for use in an English sentence.☆26Updated 2 years ago
- Returns a promise resolved in the next event loop - think `setImmediate()`☆70Updated 4 years ago
- Extends `stats.isDirectory()`, returns `true` if a filepath is a directory.☆27Updated 8 years ago
- Get an array of valid, sorted, and cleaned semver versions from an array of strings☆40Updated 4 years ago
- Create a lazily evaluated value☆69Updated 4 years ago
- Returns an array filled with the specified input☆42Updated 2 years ago
- Ensures a value is a valid error by making it one if not☆77Updated 3 years ago
- Replace all substring matches in a string☆88Updated 3 years ago
- Get the path of the caller module☆64Updated 3 years ago
- Conditional promise catch handler☆38Updated 4 years ago
- `Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcome☆45Updated 4 years ago
- url.parse() with support for protocol-less URLs & IPs☆53Updated 3 years ago
- Take a list of glob patterns and return an array of file locations, respecting `.gitignore` and allowing for ignore patterns via `packag…☆40Updated last year
- Get the user agent of a recent Chrome version to pretend to be a browser in network requests☆36Updated last year
- Join all elements of an array and create a human-readable string☆33Updated 6 years ago
- Check if the given object is a dom node☆30Updated 5 years ago
- Create an array with values that are present in the first input array but not additional ones☆38Updated 3 years ago
- Wait for any promise to be fulfilled☆54Updated 2 years ago
- Get the shortest leading whitespace from lines in a string☆19Updated 4 years ago
- Strip redundant indentation and indent the string☆54Updated 4 years ago
- Check when the DOM has loaded like `DOMContentLoaded`☆110Updated 9 months ago
- Get metadata on the default editor or a specific editor☆53Updated last year
- Find semver versions in a string: `unicorn v1.2.3` → `1.2.3`☆45Updated last year
- Mimic a Node.js HTTP response stream☆59Updated last year
- Capitalize every word in string: unicorn cake → Unicorn Cake☆52Updated last year