B
bob
What would be the most efficient way to remove numbers from a text
file.
eg. I want "abcde123fghi" to be "abcdefghi". Should load the file
into an array and create another file with characters that are not
numbers? With 100k character file for example that could take awhile.
Any suggestions?
thank you.
file.
eg. I want "abcde123fghi" to be "abcdefghi". Should load the file
into an array and create another file with characters that are not
numbers? With 100k character file for example that could take awhile.
Any suggestions?
thank you.