I have a method which accepts a
String and after eliminating some unnecessary characters like @,* etc it returns the String.
I have not been able to totally eliminate the not allowed characters, but have managed to replace them with a $ sign.
Can someone please tell me how to eliminate the uneeded characters.
[ July 29, 2005: Message edited by: Smita Chopra ]