Paketname | libregexp-optimizer-perl |
Beschreibung | optimizes regular expressions |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.15-1 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 124 Byte |
Hängt ab von | perl (>= 5.6.0-16) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu MOTU Developers |
Quelle | |
Paketgröße | 27034 Byte |
Prüfsumme MD5 | 10d7edfd99ed03caef2282a6a860ef6c |
Prüfsumme SHA1 | a64c0e0d61f70cdddfe26d65bef4f0afb2acfe17 |
Prüfsumme SHA256 | 72a1978b9f91d5ee21b55a461ead01f70bb6626a5da1d69835fd175868e7c4e2 |
Link zum Herunterladen | libregexp-optimizer-perl_0.15-1_all.deb |
Ausführliche Beschreibung | This 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.
|