View Single Post
Old 01-24-2011, 01:30 PM   #6
thatdude
Junior Member
thatdude began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Jan 2011
Device: Kindle
Thanks

Quote:
Originally Posted by Danger View Post
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.
thatdude is offline   Reply With Quote