Löschen Sie Specials Caractres aus einer Schnur in Java

String  result = yourString.replaceAll("[^\\w\\s]","");
Magnificent Mantis