Quote:
Originally Posted by Turtle91
You should be able to limit your FIND to a single line using the options drop-down. Then use a negative lookahead to limit it to lines that do NOT have the »
For example:
Find: «(.*?)(?!»)
Replace: «\1»
|
But what if the dialog is something like «Hello» she said.
You would end up with «Hello she said.»