string.replace()

String.replace() Replace all occurrence of matching char or string .
Here are some examples with output.
Replacing char
String str = "Welcome to plus2net.com";  
System.out.println(str.replace("o","*"));
Output is here
Welc*me t* plus2net.c*m
Replacing string
String str = "Welcome to plus2net.com";  
System.out.println(str.replace("com","net"));
Output is here
Welnete to plus2net.net
Note : In above code there are two replacements.

All String functions

Subscribe

* indicates required
Subscribe to plus2net

    plus2net.com



    Post your comments , suggestion , error , requirements etc here




    We use cookies to improve your browsing experience. . Learn more
    HTML MySQL PHP JavaScript ASP Photoshop Articles FORUM . Contact us
    ©2000-2024 plus2net.com All rights reserved worldwide Privacy Policy Disclaimer