Wymień całą interpunkcję w Java String
inputString.replaceAll("\\p{Punct}", "");
Smoggy Swiftlet
inputString.replaceAll("\\p{Punct}", "");