Hi all! Another replacement question:
how can I replace all occurrence of a pattern except a given one, e.g. the first or third?
the code for all occurrences I use is:
:%s/<a.\{-}>//g
Thanks in advance,
Nikos
Hi all! Another replacement question:
how can I replace all occurrence of a pattern except a given one, e.g. the first or third?
the code for all occurrences I use is:
:%s/<a.\{-}>//g
Thanks in advance,
Nikos