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
with the exception of some I-Regexp patterns (RFC 9485) and whitespace tests.
12
16
17
+
It has no external dependencies other than PyTest for running the unit tests.
18
+
13
19
As it is a Python package, it uses the standard re module for processing regular expression patterns via the search() and match() function extensions. It is also lenient in white space handling.
0 commit comments