I'm trying to find all calls of a macro which have a specific option in one of its parameters. This is C++ and the macro calls can be spread over multiple lines.
VS 2008 allows one to search over multiple lines of text as long as you know how many newlines exist between tags. E.g. "ExampleCommand.*\n.*optICareAbout". Is there a way (in or out of VS) to search over multiple lines where one doesn't know the exact numbers of newlines?
VS 2008 allows one to search over multiple lines of text as long as you know how many newlines exist between tags. E.g. "ExampleCommand.*\n.*optICareAbout". Is there a way (in or out of VS) to search over multiple lines where one doesn't know the exact numbers of newlines?