Log in

View Full Version : Replace a set of numbers in string in java


aslat
Aug 4, 2016, 11:41 PM
I have a string "12945321653", want to replace all occurrences of nos 1,2,and 3 with 4,5 and 6

Curlyben
Aug 5, 2016, 12:47 AM
What have you done so far ?