1.0.0 • Published 5 years ago

@jswork/next-match-words v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

next-match-words

Get matched english words.

version license size download

installation

npm install -S @jswork/next-match-words

usage

import '@jswork/next-match-words';

const words = "How're you, i'm fine. And you?";
const res = nx.matchWords(words);

// ["How're", 'you', "i'm", 'fine', 'And', 'you']

resources

license

Code released under the MIT license.