how to remove all spaces, commas, from a string in java code example Example: how to remove all whitespace from string java st = st.replaceAll("\\s+","")