is there a function in Java which removed from a string unwanted chars given by me? If not, what the most effective way to do it. I would like realize it in JAVA
EDIT: But, I want reach for example:
String toRescue="@8*"
String text = "ra@dada882da(*%"
and after call function:
string text2="@88*"