I have a plain text file with a number of lines (new line character is \n) Some of these lines start with a varying number of sequential repeating whitespace characters \\s. ...
I have a simple line of text which might include numbers like "12.3" or "1983" or "5/8".
Whenever any number appears, I just need to replace with a fixed character, say the ...