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
`\Foo\A` is detected as a regex and whilst this is true (`\` used as a delimiter here with the flag `A`), it makes a lot of things complicated for an edge case which IMO has no reasons to be: if you wish such a regex simply use another delimiter.
0 commit comments