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