I am trying to figure out how I can put together a find and replace command with wildcards or figure out a way to find and replace the following example:
I would like to find terms that contain double quotes in front of them with a single quote at the end:
Example: find "joe' and replace with 'joe'
Basically, I'm trying to find all terms with terms having "in front and at the end.'