Keluarkan Substring dari String

String helloWorld = "Hello World!";
String hellWrld = helloWorld.replace("o","");
Upvote answer :-)