A
AAaron123
I want to search my .vb files for lines that do not contain an underline
followed by Menu.
I tried [!_].*Menu as a regular expression but I guess that must mean that
it must contain a character that is not an _ followed by Menu.
Is that correct?
what would work?
thanks
followed by Menu.
I tried [!_].*Menu as a regular expression but I guess that must mean that
it must contain a character that is not an _ followed by Menu.
Is that correct?
what would work?
thanks