Skip to content

afeiship/next-match-words

Repository files navigation

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.