jonschlinkert / wordcountLinks
Count the words in a string.
☆17Updated 9 years ago
Alternatives and similar repositories for wordcount
Users that are interested in wordcount are comparing it to the libraries listed below
Sorting:
- Sort the keys of an object☆104Updated last week
- Check if your package was installed globally☆70Updated last year
- Convert an absolute path to tilde path: /Users/sindresorhus/dev => ~/dev☆94Updated 3 years ago
- Get the real path of the system temp directory☆81Updated 2 years ago
- Returns the directory used by NPM for globally installed NPM packages.☆35Updated 6 years ago
- Check if a string matches the name of a Node.js builtin module☆59Updated 6 months ago
- Import a module like with `require()` but from a given path☆85Updated 3 years ago
- Get the directory of globally installed packages and binaries☆76Updated last year
- Check if your code is running as an npm or yarn script☆65Updated 3 years ago
- Strip UTF-8 byte order mark (BOM) from a string☆111Updated 4 years ago
- Regular expression for matching words in a string. Support for english, CJK and Cyrillic.☆18Updated 6 years ago
- Resolve the path of a module like `require.resolve()` but from the current working directory☆69Updated 4 years ago
- If you use globs, this will make your code faster. Returns `true` if the given string looks like a glob pattern or an extglob pattern. Th…☆95Updated 2 years ago
- Delete nested properties from an object using dot notation.☆35Updated 3 years ago
- Import like with require but using await☆30Updated 3 years ago
- Easily handle defaults for your options☆75Updated last year
- Check if a file path is an image☆95Updated 2 years ago
- Check if a URL is absolute☆79Updated 4 years ago
- Ponyfill for Error#captureStackTrace☆61Updated 2 years ago
- Manipulate the HTTP Vary header☆61Updated last month
- Filter object keys and values into a new object☆104Updated last year
- Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}☆37Updated 3 years ago
- Detect the dominant newline character of a string☆55Updated last year
- Strip the final newline character from a string/buffer☆36Updated 10 months ago
- Check whether a request can be retried based on the `error.code`☆81Updated 3 years ago
- Check if a path is a file, directory, or symlink☆78Updated last year
- Convert a file path to a file URL: `unicorn.jpg` → `file:///Users/sindresorhus/unicorn.jpg`☆61Updated last year
- Check if a string is a URL☆85Updated 2 years ago
- Parse `.git/config` into a JavaScript object. sync or async.☆62Updated 6 years ago
- Get the path of the caller module☆65Updated 3 years ago