Open stevebrown2600 opened 3 months ago
"abcabcd" % "ab" = "ccd"
"babab" % "bab" = ???
"ba" or "ab"?
I guess whatever the norm is for string strip functions in other languages? I'd assume you go left to right, so "ab", but I don't think it's ever come up for me.
"abcabcd" % "ab" = "ccd"