C
Crash
VS2005
In the find/replace dialog if I make a regex like this I can find all
of the "New" statements that instantiate a class with "System" in the
name:
<New>.*<System>
But how - in the VS find/replace dialog - can I negate the "System"
portion of the search? How do I say: find all lines with "New" that
do NOT have the word "System" after "New"??
Any help would be appreciated...
In the find/replace dialog if I make a regex like this I can find all
of the "New" statements that instantiate a class with "System" in the
name:
<New>.*<System>
But how - in the VS find/replace dialog - can I negate the "System"
portion of the search? How do I say: find all lines with "New" that
do NOT have the word "System" after "New"??
Any help would be appreciated...