remove special characters using core java
807605Jun 12 2007 — edited Jun 12 2007Hi;
How can we remove the extra characters(-,_,=) in a string using core java.We can do it using validators in struts but i need to do it using core java.So Any body Plz show me an option.
Ex: 1234.56-789_12
I need to return the above String as 12345678912.
Thanks in advance