by attanze on Mon May 09, 2011 11:01 pm
I have a file with a lots of numbers like this: "10;23", "10;24" and also "some text;some text" and I want to replace only the ";" that are between number with ",". If I put into the "Find what:" field the regex: ;[0-9][0-9] is finding ";24" characters, but I dont know what I need to put into the "Replace with:" to replace ONLY the ";" character and not the numbers. If somebody knows how to do this, please answer.