Friday, 16 August 2013

remove some specific characters from a set of files

remove some specific characters from a set of files

I have a folder holding a set of files, where some lines in each file
contain a specific character as consisted of #, $ and %. How can I just
remove these characters from those files while keeping other contents
exactly the same as before. How to do that in Java?

No comments:

Post a Comment