Quote:
Originally Posted by Danger
Actually I am working on a book right not 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
|
Thanks, I'll give this a try.