how to remove more than one whitespace from a String java code example Example: how to remove all whitespace from string java st = st.replaceAll("\\s+","")