Skip to content
This repository was archived by the owner on Jun 17, 2026. It is now read-only.

ZeroarcSoftware/zokeniter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Simple search string tokenizer nodemodule

Resources

License

Stars

0 stars

Watchers

3 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors