Get matched english words.
npm install -S @jswork/next-match-words
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']
Code released under the MIT license.