@ycjcl868/wordcount
v1.0.2
Published
count the words in a string or rich text editor or html. Support for english, Chinese.
Downloads
4
Maintainers
Readme
wordcount
Count the words in a string or rich text editor or html. Support for english, Chinese.
Install
Install with npm:
$ npm install @ycjcl868/wordcount --save
Usage
var wordCount = require('@ycjcl868/wordcount');
wordCount('count words.');
//=> 2
wordCount('count words, again.');
//=> 3
wordCount('<p>should 你好 html</p><br /><p>hello</p>')
//=> 4
ChangeLogs
- v1.0.2 2018.7.31
About
Related projects
- is-whitespace: Returns true if the value passed is all whitespace. | homepage
- whitespace-regex: Regular expression for matching the whitespace in a string. | homepage
- word-regex: Regular expression for matching words in a string. Support for english, CJK and Cyrillic. | homepage
- wordcount: Count the words in a string. Support for english, CJK and Cyrillic. | homepage
Contributing
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
Building docs
(This document was generated by verb-generate-readme (a verb generator), please don't edit the readme directly. Any changes to the readme must be made in .verb.md.)
To generate the readme and API documentation with verb:
$ npm install -g verb verb-generate-readme && verb
Running tests
Install dev dependencies:
$ npm install -d && npm test
Author
Kylin King
License
Copyright © 2018, Kylin King. Released under the MIT license.