take out substring from string

54

take out substring from string -

String helloWorld = "Hello World!";
String hellWrld = helloWorld.replace("o","");

Comments

Submit
0 Comments