/usr/share/doc/pcre-devel/html
NameSizeModeActions
index.html76770644editdlrm
NON-AUTOTOOLS-BUILD.txt313590644editdlrm
pcre-config.html36590644editdlrm
pcre.html103810644editdlrm
pcre16.html162140644editdlrm
pcre32.html160980644editdlrm
pcreapi.html1353510644editdlrm
pcrebuild.html228380644editdlrm
pcrecallout.html116750644editdlrm
pcrecompat.html97910644editdlrm
pcrecpp.html143950644editdlrm
pcredemo.html161920644editdlrm
pcregrep.html378470644editdlrm
pcrejit.html221030644editdlrm
pcrelimits.html31950644editdlrm
pcrematching.html108980644editdlrm
pcrepartial.html235920644editdlrm
pcrepattern.html1406900644editdlrm
pcreperform.html78270644editdlrm
pcreposix.html121390644editdlrm
pcreprecompile.html73990644editdlrm
pcresample.html37840644editdlrm
pcrestack.html95940644editdlrm
pcresyntax.html166940644editdlrm
pcretest.html519940644editdlrm
pcreunicode.html114440644editdlrm
pcre_assign_jit_stack.html25410644editdlrm
pcre_compile.html47350644editdlrm
pcre_compile2.html49070644editdlrm
pcre_config.html39380644editdlrm
pcre_copy_named_substring.html23590644editdlrm
pcre_copy_substring.html21150644editdlrm
pcre_dfa_exec.html59690644editdlrm
pcre_exec.html50590644editdlrm
pcre_free_study.html12310644editdlrm
pcre_free_substring.html12830644editdlrm
pcre_free_substring_list.html12890644editdlrm
pcre_fullinfo.html51500644editdlrm
pcre_get_named_substring.html24600644editdlrm
pcre_get_stringnumber.html17730644editdlrm
pcre_get_stringtable_entries.html20620644editdlrm
pcre_get_substring.html22430644editdlrm
pcre_get_substring_list.html21980644editdlrm
pcre_jit_exec.html48140644editdlrm
pcre_jit_stack_alloc.html17200644editdlrm
pcre_jit_stack_free.html12790644editdlrm
pcre_maketables.html13970644editdlrm
pcre_pattern_to_host_byte_order.html19600644editdlrm
pcre_refcount.html14420644editdlrm
pcre_study.html21460644editdlrm
pcre_utf16_to_host_byte_order.html20330644editdlrm
pcre_utf32_to_host_byte_order.html20330644editdlrm
pcre_version.html11720644editdlrm
README.txt454840644editdlrm
Edit: /usr/share/doc/pcre-devel/html/index.html (7677B)
PCRE specification

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   Introductory page
pcre-config   Information about the installation configuration
pcre16   Discussion of the 16-bit PCRE library
pcre32   Discussion of the 32-bit PCRE library
pcreapi   PCRE's native API
pcrebuild   Building PCRE
pcrecallout   The callout facility
pcrecompat   Compability with Perl
pcrecpp   The C++ wrapper for the PCRE library
pcredemo   A demonstration C program that uses the PCRE library
pcregrep   The pcregrep command
pcrejit   Discussion of the just-in-time optimization support
pcrelimits   Details of size and other limits
pcrematching   Discussion of the two matching algorithms
pcrepartial   Using PCRE for partial matching
pcrepattern   Specification of the regular expressions supported by PCRE
pcreperform   Some comments on performance
pcreposix   The POSIX API to the PCRE 8-bit library
pcreprecompile   How to save and re-use compiled patterns
pcresample   Discussion of the pcredemo program
pcrestack   Discussion of PCRE's stack usage
pcresyntax   Syntax quick-reference summary
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_assign_jit_stack   Assign stack for JIT matching
pcre_compile   Compile a regular expression
pcre_compile2   Compile a regular expression (alternate interface)
pcre_config   Show build-time configuration options
pcre_copy_named_substring   Extract named substring into given buffer
pcre_copy_substring   Extract numbered substring into given buffer
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)
pcre_free_study   Free study data
pcre_free_substring   Free extracted substring
pcre_free_substring_list   Free list of extracted substrings
pcre_fullinfo   Extract information about a pattern
pcre_get_named_substring   Extract named substring into new memory
pcre_get_stringnumber   Convert captured string name to number
pcre_get_stringtable_entries   Find table entries for given string name
pcre_get_substring   Extract numbered substring into new memory
pcre_get_substring_list   Extract all substrings into new memory
pcre_jit_exec   Fast path interface to JIT matching
pcre_jit_stack_alloc   Create a stack for JIT matching
pcre_jit_stack_free   Free a JIT matching stack
pcre_maketables   Build character tables in current locale
pcre_pattern_to_host_byte_order   Convert compiled pattern to host byte order if necessary
pcre_refcount   Maintain reference count in compiled pattern
pcre_study   Study a compiled pattern
pcre_utf16_to_host_byte_order   Convert UTF-16 string to host byte order if necessary
pcre_utf32_to_host_byte_order   Convert UTF-32 string to host byte order if necessary
pcre_version   Return PCRE version and release date