mirror of
https://github.com/python/cpython.git
synced 2025-07-07 11:25:30 +00:00
![]() \Z was an error inherited from PCRE 0.95. It was fixed in PCRE 2.0. In other engines, \Z means not “anchor at string end”, but “anchor before optional newline at string end”. \z means “anchor at string end” in most RE engines. |
||
---|---|---|
.. | ||
__init__.py | ||
_casefix.py | ||
_compiler.py | ||
_constants.py | ||
_parser.py |