1.0.5 • Published 2 years ago

numberof v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

numberof

numberof is a javascript library for count the word in string.

Installation

Use the package manager npm to install foobar.

npm install numberof

Usage

const numberof = require('numberof')

numberof('word','o') => 1

numberof('javascript is not java','ja') => 2

numberof('water wather whater water whter water Water' , 'water') => 3

numberof('water wather whater water whter water Water' , 'water',{ insensitive:true }) => 4

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

ISC

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago