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
{{ message }}
This repository was archived by the owner on Jun 6, 2018. It is now read-only.
However, Regexper wrongly interprets the above pattern as meaning a backreference to group 1 (the \1), followed by a literal "01": https://regexper.com/#%2F%5C101%2F
The expression
/\101/matches the character with the ASCII code octal 101 (decimal 65), which isA.Here's a test: https://jsfiddle.net/ekaeb61p/
However, Regexper wrongly interprets the above pattern as meaning a backreference to group 1 (the
\1), followed by a literal"01": https://regexper.com/#%2F%5C101%2F