[ ソース: libtest-regexp-perl ]
パッケージ: libtest-regexp-perl (2017040101-1)
libtest-regexp-perl に関するリンク
Debian の資源:
libtest-regexp-perl ソースパッケージをダウンロード:
- [libtest-regexp-perl_2017040101-1.dsc]
- [libtest-regexp-perl_2017040101.orig.tar.gz]
- [libtest-regexp-perl_2017040101-1.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.