I'm using the following pattern to analyze simple text: /\b\w+/gi This seems to work well, except for hyphenated words, like "pre- school", and contractions, like "isn't".
Please help!!
I'm using the following pattern to analyze simple text: /\b\w+/gi This seems to work well, except for hyphenated words, like "pre- school", and contractions, like "isn't".
Please help!!