sandeepmur
Programmer
Hi,
I have a method which receives 5 Strings and each of the string may have the characters ";" and "\n".
I need to parse each of the strings and remove these characters before they are written to a file. I tried using a StringTokenizer which works effectively on any given string and for any character but am so far unable to get to a soln for parsing all the strings for all the characters as soon as the method is called.
Any suggestions ?
thnx
I have a method which receives 5 Strings and each of the string may have the characters ";" and "\n".
I need to parse each of the strings and remove these characters before they are written to a file. I tried using a StringTokenizer which works effectively on any given string and for any character but am so far unable to get to a soln for parsing all the strings for all the characters as soon as the method is called.
Any suggestions ?
thnx