Perl Compatible Regular Expressions
10.44
25 Nov 01:25

PCRE is a widely used Unicode-compatible regular expression engine. It implements Perl5 regex syntax and semantics, some Python, .NET and Onigurama extensions. It uses just-in-time compilation, has consistent escaping rules, and allows for recursion, assertions and conditional patterns or complex subroutines and callouts, thus goes far beyond classic regular expressions.
minor bugfix: This is mostly a -and tidying release. There is one new function, to set a maximum size for a compiled pattern. The maximum name length for groups is Increased to 128. Some auxiliary files for building under VMS are added.