java remove all whitespace and special characters code example Example: how to remove all whitespace from string java st = st.replaceAll("\\s+","")