before write a string omit all white space characters using java code example Example: how to remove all whitespace from string java st = st.replaceAll("\\s+","")