P
papori
Guest
Hi guys!
I have a text file, and I want to delete all the characters that are not A,B,C and D.
For example if my file contain this 2 lines:
ABCDEFGHIJ
GHKLABC
the new file will look like:
ABCD
ABC
I am looking for an easy way.. ideas?
Thanks,
Pap
I have a text file, and I want to delete all the characters that are not A,B,C and D.
For example if my file contain this 2 lines:
ABCDEFGHIJ
GHKLABC
the new file will look like:
ABCD
ABC
I am looking for an easy way.. ideas?
Thanks,
Pap