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