WildEdit find and replace two different things
Posted: Thu Oct 18, 2007 9:06 pm
I'm just wondering if it's possible to search for two different strings at one time and depending on which one is found, replace them with a corresponding string.
In example I want to find:
OR
and replace them with
OR
For the find I'm using this:
But what do I place in the replace field???
In example I want to find:
Code: Select all
Inherits="Blah_Code: Select all
Partial Class Blah_Code: Select all
Inherits="Code: Select all
Partial Class Code: Select all
(Inherits="[^_]+_|Partial Class [^_]+_)