Delete text with wildcard price

General discussions about Advanced Find and Replace
Post Reply
coldfission
Posts: 1
Joined: Wed May 23, 2007 3:41 pm

Delete text with wildcard price

Post 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?

Abacre
Site Admin
Posts: 1223
Joined: Mon Jan 31, 2005 5:32 pm

Post 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.
Kind regards,
Abacre Limited
http://www.abacre.com
support@abacre.com

Post Reply