I want to check to see if any of these 3 strings:
popularity
rating
views
exists in a string stored inside a variable called theUrl. If the answer is yes, then I want to replace that found string with the word REPLACED.
What would be an elegant way to do this?