Perl-compatible Regular Expressions (PCRE)
The HTML documentation for PCRE consists of a number of pages that are listed
below in alphabetical order. If you are new to PCRE, please read the first one
first.
pcre-config
Information about the installation configuration
pcre16
Discussion of the 16-bit PCRE library
pcre32
Discussion of the 32-bit PCRE library
pcrecpp
The C++ wrapper for the PCRE library
pcredemo
A demonstration C program that uses the PCRE library
pcrejit
Discussion of the just-in-time optimization support
pcrepattern
Specification of the regular expressions supported by PCRE
pcreposix
The POSIX API to the PCRE 8-bit library
pcretest
The
pcretest command for testing PCRE
pcreunicode
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. There is a single page for each triple of 8-bit/16-bit/32-bit
functions.
pcre_dfa_exec
Match a compiled pattern to a subject string
(DFA algorithm;
not Perl compatible)
pcre_exec
Match a compiled pattern to a subject string
(Perl compatible)