zokeniter
v0.0.2
Published
Simple search string tokenizer utility
Readme
Zokeniter
Node tokenizer utility
Takes a string with words separated by spaces and returns an array.
It will keep quoted tokens together.
Example: 'I am a "quoted string"' -> [ 'I', 'am', 'a', 'quoted string']
Using it
Contrived Example:
Contributing
First, setup your local environment:
git clone [email protected]:ZeroarcSoftware/zokentier.git
cd zokentier
npm installNext, build the project (for use in a npm link scenario):
npm run buildTo watch for changes:
npm run watchIssues
Issues are tracked in Github Issues.
Changes
Changes are tracked as Github Releases.
