python313-regex Python 3.10 - regex - Alternative regular expression module 3.6.0 2025-04-08 eisfair-1 the eisfair team, team(at)eisfair(dot)org stable
python3
glibc 3.6.0 python313-base 3.6.0 Internal Program Version: regex 2024.11.6 An alternate regex implementation. It differs from "re" in that * Zero-width matches are handled like in Perl and PCRE: * ``.split`` will split a string at a zero-width match. * ``.sub`` will handle zero-width matches correctly. * Inline flags apply to the end of the group or pattern, and they can be turned off. * Nested sets and set operations are supported. * Case-insensitive matches in Unicode use full case-folding by default. https://bitbucket.org/mrabarnett/mrab-regex