Description
Adds 32-bit PCRE2 support for applications that use Perl-style regular expressions. It helps compatibility software search, validate, parse, and transform text with modern regex behavior.
Regular expressions can be expensive or unsafe if applied carelessly to untrusted input. Applications should use limits and avoid patterns that cause excessive backtracking.