mirror of
https://github.com/ruuda/rcl.git
synced 2025-12-23 04:47:19 +00:00
4 lines
49 B
Text
4 lines
49 B
Text
"abacab".replace("ab", "ac")
|
|
|
|
# output:
|
|
"acacac"
|