Quote:
Originally Posted by twowheels
Try this...
"[.,]{1}([^.]|$)
Searches for a quote, followed by a period or comma, but only one, and then anything else that isn't a period (or the end of the line/paragraph). Actually, as I type this, I realize that the {1} isn't actually necessary... :-)
|
Thanks but I couldn't get it to work. I think I need to learn some of the regex basics first. Just dropping in a command and seeing what happens is fun, but it would be a lot easier if I had some idea of what I was doing.