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
The stated goal of this module is to be a drop-in replacement for re. to be compatible with re.
I understand if there are features that not supported, either because its fundamentally can't be done by re2 engine or just because its didn't implemented yet.
But if pyre2 behaves differently for the same regex, its not aligned with pyre2 goal.
documentation of gnu regex and also re module says:
look at this simple example:
Is this behaviour is intentionally?
The text was updated successfully, but these errors were encountered: