| 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 |
|
|
| 61 |
<td> How to save and re-use compiled patterns</td></tr> |
<td> How to save and re-use compiled patterns</td></tr> |
| 62 |
|
|
| 63 |
<tr><td><a href="pcresample.html">pcresample</a></td> |
<tr><td><a href="pcresample.html">pcresample</a></td> |
| 64 |
<td> Description of the sample program</td></tr> |
<td> Discussion of the pcredemo program</td></tr> |
| 65 |
|
|
| 66 |
<tr><td><a href="pcrestack.html">pcrestack</a></td> |
<tr><td><a href="pcrestack.html">pcrestack</a></td> |
| 67 |
<td> Discussion of PCRE's stack usage</td></tr> |
<td> Discussion of PCRE's stack usage</td></tr> |
| 68 |
|
|
| 69 |
|
<tr><td><a href="pcresyntax.html">pcresyntax</a></td> |
| 70 |
|
<td> Syntax quick-reference summary</td></tr> |
| 71 |
|
|
| 72 |
<tr><td><a href="pcretest.html">pcretest</a></td> |
<tr><td><a href="pcretest.html">pcretest</a></td> |
| 73 |
<td> The <b>pcretest</b> command for testing PCRE</td></tr> |
<td> The <b>pcretest</b> command for testing PCRE</td></tr> |
| 74 |
</table> |
</table> |
| 75 |
|
|
| 76 |
<p> |
<p> |
| 77 |
There are also individual pages that summarize the interface for each function |
There are also individual pages that summarize the interface for each function |
| 78 |
in the library: |
in the library: |
| 79 |
</p> |
</p> |
| 80 |
|
|
| 81 |
<table> |
<table> |
| 82 |
|
|
| 83 |
<tr><td><a href="pcre_compile.html">pcre_compile</a></td> |
<tr><td><a href="pcre_compile.html">pcre_compile</a></td> |
| 84 |
<td> Compile a regular expression</td></tr> |
<td> Compile a regular expression</td></tr> |
| 129 |
|
|
| 130 |
<tr><td><a href="pcre_maketables.html">pcre_maketables</a></td> |
<tr><td><a href="pcre_maketables.html">pcre_maketables</a></td> |
| 131 |
<td> Build character tables in current locale</td></tr> |
<td> Build character tables in current locale</td></tr> |
| 132 |
|
|
| 133 |
<tr><td><a href="pcre_refcount.html">pcre_refcount</a></td> |
<tr><td><a href="pcre_refcount.html">pcre_refcount</a></td> |
| 134 |
<td> Maintain reference count in compiled pattern</td></tr> |
<td> Maintain reference count in compiled pattern</td></tr> |
| 135 |
|
|