Quote:
Originally Posted by macropod
It shouldn't matter that there's a trailing space after the closing quote. If you want to deal with other punctuation characters, you could use a wildcard Find/Replace where:
Find = [ ^s]"([.,;:\?\!])
Replace = "\1
then:
Find = "
Replace = "
|
This finds nothing, see attached.