rcl/golden/json/string_replace.test
2024-01-30 21:22:44 +01:00

4 lines
49 B
Text

"abacab".replace("ab", "ac")
# output:
"acacac"