I'm trying to write a regular expression that will match the first 8 words of a string (including any punctuation at the end), but I'm running into problems when a word contains an apostrophe or single quote character. My current regex is as follow:I'm trying to write a regular expression that w