Alternative regular expression module for Python
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.
- Links to openSUSE:Factory / python-regex
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:arachnos/python-regex && cd $_
- Create Badge
Refresh
Refresh
Source Files (show unmerged sources)
Filename | Size | Changed |
---|---|---|
python-regex.changes | 0000008627 8.42 KB | |
python-regex.spec | 0000002224 2.17 KB | |
regex-2024.5.15.tar.gz | 0000394856 386 KB |
Latest Revision
Arachnos (arachnos)
committed
(revision 1)
- Initial commit linking to openSUSE:Factory/python-regex
Comments 0