[ 源代码: libregexp-optimizer-perl ]
软件包:libregexp-optimizer-perl(0.23-3)
libregexp-optimizer-perl 的相关链接
Debian 的资源:
下载源码包 libregexp-optimizer-perl:
- [libregexp-optimizer-perl_0.23-3.dsc]
- [libregexp-optimizer-perl_0.23.orig.tar.gz]
- [libregexp-optimizer-perl_0.23-3.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [metacpan.org]
相似软件包:
modules for optimizing regular expressions
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.
其他与 libregexp-optimizer-perl 有关的软件包
|
|
|
|
-
- dep: libregexp-assemble-perl
- Perl module to merge several regular expressions
-
- dep: perl
- 拉里 沃尔的实用报表提取语言(Perl)