| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: python312-regex | Distribution: openSUSE Tumbleweed |
| Version: 2026.1.15 | Vendor: openSUSE |
| Release: 1.1 | Build date: Tue Jan 27 18:25:24 2026 |
| Group: Development/Languages/Python | Build host: reproducible |
| Size: 2146523 | Source RPM: python-regex-2026.1.15-1.1.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Url: https://github.com/mrabarnett/mrab-regex | |
| Summary: 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.