I'm hoping one of the computer-savvy among you can help me out. I'm trying to do a multi-file search (using Notepad++) to find all the times a pattern does not match my desired pattern.
Here is the string I want it to be in every instance:
I only want to find/flag times when <type> is NOT equal to "None."
In other words I'm searching hundreds of files, each containing dozens of this string and I need them to always be None. Rather than just bulk change them, I need to inspect why they're not None.
I know the XML is not balanced, but that's because I really don't care about the text that follows what I've pasted above.
Thanks!
Here is the string I want it to be in every instance:
Code:
<filter><index>3</index><type>None</type>
In other words I'm searching hundreds of files, each containing dozens of this string and I need them to always be None. Rather than just bulk change them, I need to inspect why they're not None.
I know the XML is not balanced, but that's because I really don't care about the text that follows what I've pasted above.
Thanks!


Comment