supprimer la sous-chaîne de la chaîne

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