Paketname | libregexp-optimizer-perl |
Beschreibung | modules for optimizing regular expressions |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.15-2 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 124 Byte |
Hängt ab von | perl |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 27510 Byte |
Prüfsumme MD5 | b881a5f997e9bd8df346d59e99d490ee |
Prüfsumme SHA1 | d0b0c3a4ef406d4ae994673264ba23868a91b42e |
Prüfsumme SHA256 | 4da77a99a94f80bd8a0ed88d775c20d5535dc192d886e92d3fe1e3e30db40738 |
Link zum Herunterladen | libregexp-optimizer-perl_0.15-2_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.
|