zokeniter

0.0.2 • Public • Published

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 git@github.com:ZeroarcSoftware/zokentier.git
cd zokentier
npm install

Next, build the project (for use in a npm link scenario):

npm run build

To watch for changes:

npm run watch

Issues

Issues are tracked in Github Issues.

Changes

Changes are tracked as Github Releases.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.2
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.2
    2
  • 0.0.1
    0

Package Sidebar

Install

npm i zokeniter

Weekly Downloads

2

Version

0.0.2

License

MIT

Last publish

Collaborators

  • za-hans
  • jslatts