how to cut extra whitespace from the middle in Java code example Example: how to remove all whitespace from string java st = st.replaceAll("\\s+","")