blob: 82d1fad3896f1fee16fe387bbe3ee4915d82c568 [file] [log] [blame]
regex-fixes
-----------
* Regular expressions match the ``^`` anchor at most once in repeated
searches, at the start of the input. See policy :policy:`CMP0186`.
* References to unmatched groups are allowed, they are replaced with empty
strings.
* Zero-length matches are always allowed.