Hi everyone,
I have a file with numbers in it, and I want to to add a comma to the end of each one, but the file has 1'024,000 numbers in a column of varying sizes. How could I do this with a search and replace regular expresion.
before: 1 34 244 5 ..
after 1, 34, 244, 5,
Regards Ed.