Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help |
The search service can find package by either name (apache), provides(webserver), absolute file names (/usr/bin/apache), binaries (gprof) or shared libraries (libXm.so.2) in standard path. It does not support multiple arguments yet...
The System and Arch are optional added filters, for example System could be "redhat", "redhat-7.2", "mandrake" or "gnome", Arch could be "i386" or "src", etc. depending on your system.
Backrefs is a wrapper around Python's built-in [Re][re] and the 3rd party [Regex][regex] library. Backrefs adds various additional back references (and a couple other features) that are known to some regular expression engines, but not to Python's Re and/or Regex. The supported back references actually vary depending on the regular expression engine being used as the engine may already have support for some. ```python from backrefs import bre >>> pattern = bre.compile(r'(\p{Letter}+)') >>> pattern.sub(r'\C\1\E', 'sometext') 'SOMETEXT' ```
Package | Summary | Distribution | Download |
python312-backrefs-5.8-1.3.noarch.html | A wrapper around re and regex that adds additional back references | OpenSuSE Tumbleweed for noarch | python312-backrefs-5.8-1.3.noarch.rpm |
python312-backrefs-5.8-1.1.noarch.html | A wrapper around re and regex that adds additional back references | OpenSuSE Ports Tumbleweed for noarch | python312-backrefs-5.8-1.1.noarch.rpm |
Generated by rpm2html 1.6