Word Find and Replace Query
Hi,
I have a pricelist with a heap of prices on it. Each price is formatted with a decimal. e.g 38.21,3.58,985.15. I have used the following line to find each price.
find - <[0-9]@.[0-9]@>
Is there a wildcard which I can use in the replace field to multiply each price by a certain value - e.g double each price. Or is there another way I can do it.
Thanks,
Brian
|