Wildcards in search/replace
Posted: Wed Sep 06, 2006 12:28 am
I'm sure there is an easypattern solution to this question but I am still working on determining how they work.
I want to take the following example string:
<br \><b>Expiration Date: </b>2006/03/05
and remove all instances of it, however, the dates are all different. So, is there some sort of filter such as:
find:
<br \><b>Expiration Date: </b>***/**/**
replace with:
<nothing>
I want to take the following example string:
<br \><b>Expiration Date: </b>2006/03/05
and remove all instances of it, however, the dates are all different. So, is there some sort of filter such as:
find:
<br \><b>Expiration Date: </b>***/**/**
replace with:
<nothing>