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»
Last edited by Turtle91; 04-21-2023 at 07:57 AM.
|