16
Alt dizeyi başka bir alt dize C ++ ile değiştirin
Bir dizedeki bir alt dizeyi C ++ 'da başka bir alt dizeyle nasıl değiştirebilirim, hangi işlevleri kullanabilirim? eg: string test = "abc def abc def"; test.replace("abc", "hij").replace("def", "klm"); //replace occurrence of abc and def with other substring