[ 源代码: libtest-regexp-perl ]
软件包:libtest-regexp-perl(2017040101-3)
libtest-regexp-perl 的相关链接
Debian 的资源:
下载源码包 libtest-regexp-perl:
- [libtest-regexp-perl_2017040101-3.dsc]
- [libtest-regexp-perl_2017040101.orig.tar.gz]
- [libtest-regexp-perl_2017040101-3.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [metacpan.org]
相似软件包:
Perl module to test regular expressions
Test::Regexp is intended to test regular expressions. Given a subject string and a regular expression (aka pattern), the module not only tests whether the regular expression complete matches the subject string, it performs a utf8::upgrade or utf8::downgrade on the subject string and performs the tests again, if necessary. Furthermore, given a pattern with capturing parenthesis, it checks whether all captures are present, and in the right order. Both named and unnamed captures are checked.