View Single Post
Old 07-12-2014, 06:39 PM   #8
weberr
New old guy
weberr began at the beginning.
 
Posts: 69
Karma: 10
Join Date: Feb 2012
Device: kindle fire
Quote:
Originally Posted by mikapanja View Post
OK, nailed the find part

To find single straight quotes outside HTML tags,
search for '(?!([^<]+)?>)

To find double straight quotes outside HTML tags,
search for "(?!([^<]+)?>)

The replace part is tricky, but that can be done manually, at least in my case, with relatively few instances of straight quotes.
Do you have any references re learning how to write 'replace' expressions?
weberr is offline   Reply With Quote