Description
Lua programs can use PCRE-style regular expressions for familiar Perl-compatible pattern matching.
This package is useful for developers porting regex-heavy scripts or applications to Lua. It is a PCRE binding, not a separate command-line search program.
Complex PCRE patterns can be slow or surprising on hostile input. Test performance and escaping before using them on untrusted text.