Find and replace not working for % sign

I’m trying to remove all the %22 in the img html field caused by csv import but whenever I try to replace them it doesn’t replace anything. I’ve tried escaping it with \% and tried with or without regular expressions but to no avail. Not sure what I’m supposed to do.

Searching for % should work just fine. Doesn’t need to be escaped, and it doesn’t matter if you use regex or not.

If you post a sample of the exact text of the field [from the HTML view, which you open with the < > above the field], and what you want to change it to – along with the exact text of your Find and Replace, we might be able to help. Best to put each of those in their own code/preformatted-text block for clarity.

Or, since that’s not a normal side-effect of importing, maybe there’s something you can do to prevent the issue in the first place.