jonschlinkert / wordcountLinks
Count the words in a string.
☆17Updated 10 years ago
Alternatives and similar repositories for wordcount
Users that are interested in wordcount are comparing it to the libraries listed below
Sorting:
- Get the real path of the system temp directory☆81Updated 3 years ago
- Convert an absolute path to tilde path: /Users/sindresorhus/dev => ~/dev☆94Updated 3 years ago
- Check if a string matches the name of a Node.js builtin module☆61Updated 6 months ago
- Resolve the path of a module like `require.resolve()` but from the current working directory☆69Updated 4 years ago
- Import a module like with `require()` but from a given path☆85Updated 3 years ago
- Check if your package was installed globally☆70Updated last year
- Detect the dominant newline character of a string☆55Updated 2 years ago
- Sort the keys of an object☆105Updated last month
- Check if your code is running as an npm or yarn script☆64Updated 2 weeks ago
- Filter object keys and values into a new object☆104Updated last year
- Strip UTF-8 byte order mark (BOM) from a string☆111Updated 4 years ago
- Get the directory of globally installed packages and binaries☆76Updated last year
- Check if a value is a plain object☆102Updated last year
- Returns the directory used by NPM for globally installed NPM packages.☆35Updated 6 years ago
- Create a MD5 hash with hex encoding☆45Updated last year
- 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
- Parse HTTP X-Forwarded-For header☆58Updated 3 weeks ago
- Check if a URL is absolute☆79Updated last week
- Write a package.json file☆88Updated 2 weeks ago
- Returns an array with only the unique values from all given arrays using strict equality for comparisons.☆46Updated 3 years ago
- Get the remote origin URL of a Git repository☆46Updated 4 years ago
- Check if a path is a file, directory, or symlink☆78Updated last year
- Regular expression for matching words in a string. Support for english, CJK and Cyrillic.☆18Updated 7 years ago
- Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}☆37Updated 3 years ago
- Strip the final newline character from a string/buffer☆36Updated 10 months ago
- Standard NPM Package Format☆41Updated 3 years ago
- Check if a file path is an image☆95Updated 2 years ago
- Manipulate the HTTP Vary header☆61Updated 3 weeks ago
- Convert a file path to a file URL: `unicorn.jpg` → `file:///Users/sindresorhus/unicorn.jpg`☆61Updated last year
- Strip redundant indentation and indent the string☆54Updated 4 years ago