Page 1 of 1

Delete text with wildcard price

Posted: Wed May 23, 2007 3:44 pm
by coldfission
Originals:
Our Price: <font color="#FF0000">$299.00</font>
Our Price: <font color="#FF0000">$888.00</font>
Our Price:</span>&nbsp;$88.87</font>
Our Price: <font color="#FF0000">$2.99</font>

Some of them are kind of a mess.

I just need to delete all of the prices. How would i do that?

Posted: Wed May 23, 2007 7:30 pm
by Abacre
Try the following:

Go to Batch replace tab, check on "Use regular expressions".
Put into the grid, search for:
Our Price:.*</font>

Replace with:
empty

That's all I verified it works perfectly.