Actually I am working on a book right now that only have ' for quotes, I'm searching using this which seems to work very well so far and hasn't yet picked up any abreviated words:
FD: '(.*)'([^a-z])
Re: "\1"\2
match case: checked
I use the proper left/right quotes for mine:
FD: ‘(.*)’([^a-z])
RE: “\1”\2
Last edited by Danger; 01-25-2011 at 12:14 AM.
|