regex question
Posted: Fri Feb 26, 2010 9:11 am
DV, you seems to know regex very well.
I have a very simple question but cannot find a solution for it.
I want to add a "-" character after all numbers in a text file.
find: \d
replace: \d-
but it puts the string inside the text.
I have a very simple question but cannot find a solution for it.
I want to add a "-" character after all numbers in a text file.
find: \d
replace: \d-
but it puts the string inside the text.