I need to replace prices with spaces or delete them that comes from database. Prices can be 2, 3 or 4 digits. For example the line is "this products is $45.99". How can I replace $45.99 with spaces or delete it. The amount can be $123.33 or $.99 or $1.99. Is there an easy way to do that?