public static String replaceCharacter(String name, char character){ return name.replace(' ', character);}
No comments:
Post a Comment