lexis-count

v1.0.3
Retrieve the number of words in a string.
word count

lexis-count Build Status

Retrieve the number of words in a string.

Install

~ ❯❯❯ npm install lexis-count

Usage

const lexisCount = require('lexis-count');

lexisCount('Lorem ipsum dolor sit amet')
//=> 5

lexisCount(' Lorem ipsum dolor   sit amet  ')
//=> 5

API

lexisCount()

Type: string

Returns the number of words in a string.

Related

  • lexis - CLI for this module

Credits

License

MIT © Nikolaos Kamarinakis

Metadata

  • MIT
  • >=4
  • Nikolaos Kamarinakis
  • released 3/9/2018

Downloads

Maintainers