how to delete spaces in a word in java code example Example: remove space string java a = a.replaceAll("\\s+", "");