Wymień całą interpunkcję w Java String

inputString.replaceAll("\\p{Punct}", "");
Smoggy Swiftlet