Код: Выделить всё
string = "123456789123456789"
fragment = "123"
output = "123456789456789"
Подробнее здесь: https://stackoverflow.com/questions/797 ... in-strings
Код: Выделить всё
string = "123456789123456789"
fragment = "123"
output = "123456789456789"