Java supprime la ponctuation de la chaîne
inputString.replaceAll("\\p{Punct}", "");
Smoggy Swiftlet
inputString.replaceAll("\\p{Punct}", "");