I have a field. Call the field [Original Value] for the sake of discussion. It has text values.
Data in field is inconsistent. So I want to catch any record with a value that has the letters IME anywhere in it,
Then replace the entire value in that record in the field with : IME Exp
That's it, that's all, but I do want to do it with Regex.
Help? Thanks in advance.