Removing punctuations from a given string in Java 2021-05-102021-05-10 — Posted inUncategorized — 1 min read https://www.geeksforgeeks.org/removing-punctuations-given-string/ str = str.replaceAll("\\p{Punct}","");