Suppose I want to append two digit numbers in my file with "some_thing".
Like from this:
12 23 45
to
12_something 23_something 45_something
How can I do this using regular expression replacement?
|
Suppose I want to append two digit numbers in my file with "some_thing". Like from this:
to
How can I do this using regular expression replacement? |
|||
|
|
|
|
|||||||||
|