You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import pkg/regex
whendefined(case2):
# BUG: abc$2def instead of error as in case3b (should use "$$2" if that's what user wants)echo"abcfoodef".replace(re"foo", "$2")
whendefined(case3b):
# OK: RT error: invalidFormatStringecho"abcfoodef".replace(re"f(o)o", "[$2]")
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: