RegEx for searching all but a given token ?
Posted: Sun Sep 21, 2003 10:31 pm
Hello,
how I can search (using regular expressions) for lines, which do
not contain a given token.
For example, maybe I have several variables beginning int_var1.., int_var2.., ...Now I want to search all lines of the C-source, which do not contain int, something like [^(int)]_var.
Thanks for any hint!
Regards
Juergen
how I can search (using regular expressions) for lines, which do
not contain a given token.
For example, maybe I have several variables beginning int_var1.., int_var2.., ...Now I want to search all lines of the C-source, which do not contain int, something like [^(int)]_var.
Thanks for any hint!
Regards
Juergen