A
andreas
Dear Experts:
I would like the following find and replacement string to work only on
6 digit numbers not on 8 or 10 digit numbers as well? How can I
restrict the find string to numbers with just 6 digits?
Find: ([0-9][0-9]-[0-9][0-9]-[0-9][0-9])
Replace \1-04
Example: 82-04-07 results in 82-04-07-04
The trouble is that this find and replace operation works on numbers
such as 82-04-07-04 (8 digit numbers) as well.
How can I restrict the find string to just 6 digit numbers?
Help is much appreciated.
Thank you very much in advance.
Regards, Andreas
I would like the following find and replacement string to work only on
6 digit numbers not on 8 or 10 digit numbers as well? How can I
restrict the find string to numbers with just 6 digits?
Find: ([0-9][0-9]-[0-9][0-9]-[0-9][0-9])
Replace \1-04
Example: 82-04-07 results in 82-04-07-04
The trouble is that this find and replace operation works on numbers
such as 82-04-07-04 (8 digit numbers) as well.
How can I restrict the find string to just 6 digit numbers?
Help is much appreciated.
Thank you very much in advance.
Regards, Andreas