@jswork/next-match-words

1.0.0 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i @jswork/next-match-words

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

4.87 kB

Total Files

5

Last publish

Collaborators

  • afeiship