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:
- Convert an absolute path to tilde path: /Users/sindresorhus/dev => ~/dev☆95Updated 3 years ago
- Get the real path of the system temp directory☆82Updated 3 years ago
- Get the directory of globally installed packages and binaries☆76Updated last year
- Strip UTF-8 byte order mark (BOM) from a string☆111Updated 4 years ago
- Check if a string matches the name of a Node.js builtin module☆61Updated 7 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
- Returns the directory used by NPM for globally installed NPM packages.☆35Updated 6 years ago
- Check if your package was installed globally☆69Updated last year
- Create a MD5 hash with hex encoding☆46Updated last year
- Check if your code is running as an npm or yarn script☆64Updated last month
- 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
- Sort the keys of an object☆105Updated last month
- Check if a value is a plain object☆103Updated last year
- Check if a URL is absolute☆80Updated last month
- Manipulate the HTTP Vary header☆61Updated 2 weeks ago
- Check if a path is a file, directory, or symlink☆79Updated last year
- Regular expression for matching words in a string. Support for english, CJK and Cyrillic.☆18Updated 7 years ago
- Filter object keys and values into a new object☆104Updated last year
- Check if a file path is an image☆97Updated 2 years ago
- Detect the dominant newline character of a string☆56Updated 2 years ago
- A static list of the Node.js builtin modules from the latest Node.js version☆124Updated last month
- Strip the final newline character from a string/buffer☆36Updated 11 months ago
- Get the path of the caller module☆66Updated 4 years ago
- Parse HTTP X-Forwarded-For header☆58Updated 2 weeks ago
- Get a formatted timestamp. Used in gulp, assemble, generate, and many others.☆110Updated 4 years ago
- Check whether a request can be retried based on the `error.code`☆81Updated 3 years ago
- Write a package.json file☆89Updated last month
- Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}☆37Updated 3 years ago
- Check if a path is inside another path☆39Updated last month