I get job contents that contain many word that I want to 'remove/replace' from the content. Example:
postcodes,Thank you , Click here
Problem
I have a list of words I want to remove from the content, but I am not sure how the words will appear within the content (upper case/lower case)...
So, how do I replace them?
Example - I want to replace:
associate degree in electronics or applicable equivalent
But in the content it can be :
associate Degree in electronics or applicable equivalent
Associate DEGREE in electronics or applicable equivalent
ASSOCIATE DEGREE IN ELECTRONICS or applicable equivalent
How can I replace them?