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:
- Convert an absolute path to tilde path: /Users/sindresorhus/dev => ~/dev☆94Updated 3 years ago
- Strip UTF-8 byte order mark (BOM) from a string☆111Updated 4 years ago
- Sort the keys of an object☆104Updated 11 months ago
- Get the directory of globally installed packages and binaries☆76Updated last year
- Resolve the path of a module like `require.resolve()` but from the current working directory☆69Updated 4 years ago
- Check if your package was installed globally☆70Updated last year
- Check if your code is running as an npm or yarn script☆65Updated 3 years ago
- Check if a string matches the name of a Node.js builtin module☆59Updated 5 months ago
- Get the real path of the system temp directory☆82Updated 2 years ago
- Write a package.json file☆88Updated last year
- Returns the directory used by NPM for globally installed NPM packages.☆35Updated 6 years ago
- Import a module like with `require()` but from a given path☆85Updated 3 years ago
- Check if a URL is absolute☆79Updated 3 years ago
- Get the remote origin URL of a Git repository☆46Updated 3 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
- Manipulate the HTTP Vary header☆60Updated last week
- Check if a value is a regular expression☆24Updated 3 years ago
- Regular expression for matching words in a string. Support for english, CJK and Cyrillic.☆18Updated 6 years ago
- Check if a file path is an image☆95Updated 2 years ago
- Check if a path is a file, directory, or symlink☆78Updated last year
- Check if a value is a plain object☆102Updated last year
- Create a MD5 hash with hex encoding☆45Updated last year
- Parse HTTP X-Forwarded-For header☆58Updated last week
- Check if a string or buffer is SVG☆141Updated last month
- Returns an array with only the unique values from all given arrays using strict equality for comparisons.☆46Updated 3 years ago
- Get the path of the caller module☆65Updated 3 years ago
- Get the diff type of two semver versions: 0.0.1 0.0.2 → patch☆69Updated 4 years ago
- Repeat the given string n times. Fastest implementation for repeating a string (2x faster than the native method)☆50Updated 3 years ago
- Filter object keys and values into a new object☆103Updated last year
- Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}☆37Updated 3 years ago