View Single Post
 
Old 07-21-2014, 01:19 PM
catherineliang catherineliang is offline Windows 7 32bit Office 2010 32bit
Novice
 
Join Date: Jul 2014
Posts: 1
catherineliang is on a distinguished road
Default Question about find and replace wild cards

I'm working on a bunch of strings of numbers. These strings contain three sets of numbers separated by a space, and I would like to replace only the third part of the strings. Example:

I want to replace
"01 01 0000" --> "01 01 .1"
"01 02 0000" --> "01 02 .1"

Is there a possible way I can use a wildcards to do this quickly? I have 2 thousand lines of numbers I need to replace!

Thanks,
Catherine
Reply With Quote