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
Currently, when supplying a regular expression with a negative lookbehind (?<!), the library turns (?<! to ()(?<(!). By looking at the code, it seems the library doesn't support this group construct.
The text was updated successfully, but these errors were encountered:
Currently, when supplying a regular expression with a negative lookbehind (?<!), the library turns
(?<!
to()(?<(!)
. By looking at the code, it seems the library doesn't support this group construct.The text was updated successfully, but these errors were encountered: