@ycjcl868/wordcount

1.0.2 • Public • Published

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

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.

Package Sidebar

Install

npm i @ycjcl868/wordcount

Weekly Downloads

3

Version

1.0.2

License

MIT

Unpacked Size

5.42 kB

Total Files

4

Last publish

Collaborators

  • ycjcl868