I'm able to search the website html text for a specific string. I'd like to go one step further and, if that string is found, then return the word(s) that follow the found string.
Example web text:
"The player's final review: Excellent"
I would search for "final review:" and would want to...