DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibregexp-optimizer-perl
Beschreibungmodules for optimizing regular expressions
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version0.15-2
Sektionperl
Prioritätoptional
Installierte Größe124 Byte
Hängt ab vonperl
Empfohlene Pakete
PaketbetreuerDebian Perl Group
Quelle
Paketgröße27510 Byte
Prüfsumme MD5b881a5f997e9bd8df346d59e99d490ee
Prüfsumme SHA1d0b0c3a4ef406d4ae994673264ba23868a91b42e
Prüfsumme SHA2564da77a99a94f80bd8a0ed88d775c20d5535dc192d886e92d3fe1e3e30db40738
Link zum Herunterladenlibregexp-optimizer-perl_0.15-2_all.deb
Ausführliche BeschreibungThis contains two modules, Regexp::List and Regexp::Optimizer. . Regexp::List offers a method which turns a list of words into an optimized regular expression which matches all words therein. The optimized regular expression is much more efficient than a simple-minded '|'-concatenation. . Regexp:Optimizer factors out common suffices/prefices in regular expressions (trie optimization). Currently, the user has to optimize "foo|far" and "foo|goo" into "f(?:oo|ar)" and "[fg]oo" by hand; this module does it automatically.


Impressum
Linux is a registered trademark of Linus Torvalds