1.0.0 • Published 5 years ago
@jswork/next-match-words v1.0.0
next-match-words
Get matched english words.
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.
1.0.0
5 years ago