Perl-compatible Regular Expressions (revised API: PCRE2)
The HTML documentation for PCRE2 consists of a number of pages that are listed
below in alphabetical order. If you are new to PCRE2, please read the first one
first.
pcre2-config
Information about the installation configuration
pcre2convert
Experimental foreign pattern conversion functions
pcre2demo
A demonstration C program that uses the PCRE2 library
pcre2jit
Discussion of the just-in-time optimization support
pcre2pattern
Specification of the regular expressions supported by PCRE2
pcre2posix
The POSIX API to the PCRE2 8-bit library
pcre2test
The
pcre2test command for testing PCRE2
pcre2unicode
Discussion of Unicode and UTF-8/UTF-16/UTF-32 support
There are also individual pages that summarize the interface for each function
in the library.
pcre2_dfa_match
Match a compiled pattern to a subject string
(DFA algorithm;
not Perl compatible)
pcre2_match
Match a compiled pattern to a subject string
(Perl compatible)
pcre2_substitute
Match a compiled pattern to a subject string and do
substitutions