Quote:
Originally Posted by Ahmad Samir
You should be more careful with such replacements, e.g. use something like (regex):
Find: ([^=])"(\w)
Replace: \1«\2
|
I'm aware of that...
What I use to replace " is something like this:
Find: (>[^<]*)"
Replace: \1«
(of course my real statement is a bit more complicated since I don't want all "s to «s...)
But with the above statement you will just search (and replace) outside of HTML or XML tags.