how to replace a string in a string with another string?
Sri Nivas
Ranch Hand
Joined: Apr 18, 2001
Posts: 58
posted
0
The replace method for String object only replaces a char with another char. I need a method which replaces a part of a string with another string? What is the best method to do this?
Matt Senecal
Ranch Hand
Joined: Dec 01, 2000
Posts: 255
posted
0
Look at the replace() method that StringBuffers use. I think that will work for you, and it's very easy to convert from a String to a StringBuffer and back again.
Originally posted by Srini Madgula: The replace method for String object only replaces a char with another char. I need a method which replaces a part of a string with another string? What is the best method to do this?
There's nothing more dangerous than a resourceful idiot. ---Dilbert