java program to ignore the white spaces and symbols in string code example Example: how to remove all whitespace from string java st = st.replaceAll("\\s+","")