angintulsa
Technical User
I have a 68-page price list that the client had me convert all the pricing to Canadian dollars. AFTER I did all that, she decided that "CAD" should follow each price.
I'm trying to figure out how to find
decimal - any digit - any digit and change to
decimal - any digit - any digit - space - CAD
I've got it down to using
FIND: \d\d
CHANGE TO: $0 CAD
I can't figure out what to put in there to define the decimal point. I've never done a GREP search before, so it's a lot of trial and error.
Anyone know? Thanks a bunch.
I'm trying to figure out how to find
decimal - any digit - any digit and change to
decimal - any digit - any digit - space - CAD
I've got it down to using
FIND: \d\d
CHANGE TO: $0 CAD
I can't figure out what to put in there to define the decimal point. I've never done a GREP search before, so it's a lot of trial and error.
Anyone know? Thanks a bunch.