| 1 |
<html> |
<html> |
| 2 |
<!-- This is a manually maintained file that is the root of the HTML version of |
<!-- 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 |
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 |
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 |
copied into doc/html/index.html, and the remaining files therein are |
| 6 |
created by the 132html script. |
created by the 132html script. |
| 7 |
--> |
--> |
| 8 |
<head> |
<head> |
| 9 |
<title>PCRE specification</title> |
<title>PCRE specification</title> |
| 10 |
</head> |
</head> |
| 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 |
|
|
| 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> |
| 86 |
There are also individual pages that summarize the interface for each function |
There are also individual pages that summarize the interface for each function |
| 87 |
in the library: |
in the library: |
| 88 |
</p> |
</p> |
| 89 |
|
|
| 90 |
<table> |
<table> |
| 91 |
|
|
| 92 |
<tr><td><a href="pcre_compile.html">pcre_compile</a></td> |
<tr><td><a href="pcre_compile.html">pcre_compile</a></td> |
| 93 |
<td> Compile a regular expression</td></tr> |
<td> Compile a regular expression</td></tr> |
| 138 |
|
|
| 139 |
<tr><td><a href="pcre_maketables.html">pcre_maketables</a></td> |
<tr><td><a href="pcre_maketables.html">pcre_maketables</a></td> |
| 140 |
<td> Build character tables in current locale</td></tr> |
<td> Build character tables in current locale</td></tr> |
| 141 |
|
|
| 142 |
<tr><td><a href="pcre_refcount.html">pcre_refcount</a></td> |
<tr><td><a href="pcre_refcount.html">pcre_refcount</a></td> |
| 143 |
<td> Maintain reference count in compiled pattern</td></tr> |
<td> Maintain reference count in compiled pattern</td></tr> |
| 144 |
|
|