how to replace space with underscore in java code example Example: java replace all space with underscore myString = myString.replaceAll(" ", "_")