Replace string with string-1
Posted: Mon Jul 19, 2010 5:24 pm
Hi, I haven't been able to find the answer to my question in one of the existing topics....
I have the following data
T02
T03
T05
T09
And I'd like to use a regular expression find and replace to turn it into
T01
T02
T04
T08
Is this possible?
I have the following data
T02
T03
T05
T09
And I'd like to use a regular expression find and replace to turn it into
T01
T02
T04
T08
Is this possible?