| 1 |
<html> |
<html> |
| 2 |
|
<!-- This is a manually maintained file that is the root of the HTML version of |
| 3 |
|
the PCRE documentation. When the HTML documents are built from the man |
| 4 |
|
page versions, the entire doc/html directory is emptied, this file is then |
| 5 |
|
copied into doc/html/index.html, and the remaining files therein are |
| 6 |
|
created by the 132html script. |
| 7 |
|
--> |
| 8 |
<head> |
<head> |
| 9 |
<title>PCRE specification</title> |
<title>PCRE specification</title> |
| 10 |
</head> |
</head> |
| 18 |
<tr><td><a href="pcre.html">pcre</a></td> |
<tr><td><a href="pcre.html">pcre</a></td> |
| 19 |
<td> Introductory page</td></tr> |
<td> Introductory page</td></tr> |
| 20 |
|
|
| 21 |
|
<tr><td><a href="pcre-config.html">pcre-config</a></td> |
| 22 |
|
<td> Information about the installation configuration</td></tr> |
| 23 |
|
|
| 24 |
<tr><td><a href="pcreapi.html">pcreapi</a></td> |
<tr><td><a href="pcreapi.html">pcreapi</a></td> |
| 25 |
<td> PCRE's native API</td></tr> |
<td> PCRE's native API</td></tr> |
| 26 |
|
|
| 36 |
<tr><td><a href="pcrecpp.html">pcrecpp</a></td> |
<tr><td><a href="pcrecpp.html">pcrecpp</a></td> |
| 37 |
<td> The C++ wrapper for the PCRE library</td></tr> |
<td> The C++ wrapper for the PCRE library</td></tr> |
| 38 |
|
|
| 39 |
|
<tr><td><a href="pcredemo.html">pcredemo</a></td> |
| 40 |
|
<td> A demonstration C program that uses the PCRE library</td></tr> |
| 41 |
|
|
| 42 |
<tr><td><a href="pcregrep.html">pcregrep</a></td> |
<tr><td><a href="pcregrep.html">pcregrep</a></td> |
| 43 |
<td> The <b>pcregrep</b> command</td></tr> |
<td> The <b>pcregrep</b> command</td></tr> |
| 44 |
|
|
| 45 |
|
<tr><td><a href="pcrejit.html">pcrejit</a></td> |
| 46 |
|
<td> Discussion of the just-in-time optimization support</td></tr> |
| 47 |
|
|
| 48 |
|
<tr><td><a href="pcrelimits.html">pcrelimits</a></td> |
| 49 |
|
<td> Details of size and other limits</td></tr> |
| 50 |
|
|
| 51 |
<tr><td><a href="pcrematching.html">pcrematching</a></td> |
<tr><td><a href="pcrematching.html">pcrematching</a></td> |
| 52 |
<td> Discussion of the two matching algorithms</td></tr> |
<td> Discussion of the two matching algorithms</td></tr> |
| 53 |
|
|
| 67 |
<td> How to save and re-use compiled patterns</td></tr> |
<td> How to save and re-use compiled patterns</td></tr> |
| 68 |
|
|
| 69 |
<tr><td><a href="pcresample.html">pcresample</a></td> |
<tr><td><a href="pcresample.html">pcresample</a></td> |
| 70 |
<td> Description of the sample program</td></tr> |
<td> Discussion of the pcredemo program</td></tr> |
| 71 |
|
|
| 72 |
<tr><td><a href="pcrestack.html">pcrestack</a></td> |
<tr><td><a href="pcrestack.html">pcrestack</a></td> |
| 73 |
<td> Discussion of PCRE's stack usage</td></tr> |
<td> Discussion of PCRE's stack usage</td></tr> |
| 74 |
|
|
| 75 |
|
<tr><td><a href="pcresyntax.html">pcresyntax</a></td> |
| 76 |
|
<td> Syntax quick-reference summary</td></tr> |
| 77 |
|
|
| 78 |
<tr><td><a href="pcretest.html">pcretest</a></td> |
<tr><td><a href="pcretest.html">pcretest</a></td> |
| 79 |
<td> The <b>pcretest</b> command for testing PCRE</td></tr> |
<td> The <b>pcretest</b> command for testing PCRE</td></tr> |
| 80 |
|
|
| 81 |
|
<tr><td><a href="pcreunicode.html">pcreunicode</a></td> |
| 82 |
|
<td> Discussion of Unicode and UTF-8 support</td></tr> |
| 83 |
</table> |
</table> |
| 84 |
|
|
| 85 |
<p> |
<p> |
| 89 |
|
|
| 90 |
<table> |
<table> |
| 91 |
|
|
| 92 |
|
<tr><td><a href="pcre_assign_jit_stack.html">pcre_assign_jit_stack</a></td> |
| 93 |
|
<td> Assign stack for JIT matching</td></tr> |
| 94 |
|
|
| 95 |
<tr><td><a href="pcre_compile.html">pcre_compile</a></td> |
<tr><td><a href="pcre_compile.html">pcre_compile</a></td> |
| 96 |
<td> Compile a regular expression</td></tr> |
<td> Compile a regular expression</td></tr> |
| 97 |
|
|
| 111 |
<td> Match a compiled pattern to a subject string |
<td> Match a compiled pattern to a subject string |
| 112 |
(DFA algorithm; <i>not</i> Perl compatible)</td></tr> |
(DFA algorithm; <i>not</i> Perl compatible)</td></tr> |
| 113 |
|
|
| 114 |
|
<tr><td><a href="pcre_free_study.html">pcre_free_study</a></td> |
| 115 |
|
<td> Free study data</td></tr> |
| 116 |
|
|
| 117 |
<tr><td><a href="pcre_exec.html">pcre_exec</a></td> |
<tr><td><a href="pcre_exec.html">pcre_exec</a></td> |
| 118 |
<td> Match a compiled pattern to a subject string |
<td> Match a compiled pattern to a subject string |
| 119 |
(Perl compatible)</td></tr> |
(Perl compatible)</td></tr> |
| 142 |
<tr><td><a href="pcre_info.html">pcre_info</a></td> |
<tr><td><a href="pcre_info.html">pcre_info</a></td> |
| 143 |
<td> Obsolete information extraction function</td></tr> |
<td> Obsolete information extraction function</td></tr> |
| 144 |
|
|
| 145 |
|
<tr><td><a href="pcre_jit_stack_alloc.html">pcre_jit_stack_alloc</a></td> |
| 146 |
|
<td> Create a stack for JIT matching</td></tr> |
| 147 |
|
|
| 148 |
|
<tr><td><a href="pcre_jit_stack_free.html">pcre_jit_stack_free</a></td> |
| 149 |
|
<td> Free a JIT matching stack</td></tr> |
| 150 |
|
|
| 151 |
<tr><td><a href="pcre_maketables.html">pcre_maketables</a></td> |
<tr><td><a href="pcre_maketables.html">pcre_maketables</a></td> |
| 152 |
<td> Build character tables in current locale</td></tr> |
<td> Build character tables in current locale</td></tr> |
| 153 |
|
|