| 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> |
| 57 |
<tr><td><a href="pcresample.html">pcresample</a></td> |
<tr><td><a href="pcresample.html">pcresample</a></td> |
| 58 |
<td> Description of the sample program</td></tr> |
<td> Description of the sample program</td></tr> |
| 59 |
|
|
| 60 |
|
<tr><td><a href="pcrestack.html">pcrestack</a></td> |
| 61 |
|
<td> Discussion of PCRE's stack usage</td></tr> |
| 62 |
|
|
| 63 |
<tr><td><a href="pcretest.html">pcretest</a></td> |
<tr><td><a href="pcretest.html">pcretest</a></td> |
| 64 |
<td> The <b>pcretest</b> command for testing PCRE</td></tr> |
<td> The <b>pcretest</b> command for testing PCRE</td></tr> |
| 65 |
</table> |
</table> |
| 121 |
<tr><td><a href="pcre_maketables.html">pcre_maketables</a></td> |
<tr><td><a href="pcre_maketables.html">pcre_maketables</a></td> |
| 122 |
<td> Build character tables in current locale</td></tr> |
<td> Build character tables in current locale</td></tr> |
| 123 |
|
|
| 124 |
|
<tr><td><a href="pcre_refcount.html">pcre_refcount</a></td> |
| 125 |
|
<td> Maintain reference count in compiled pattern</td></tr> |
| 126 |
|
|
| 127 |
<tr><td><a href="pcre_study.html">pcre_study</a></td> |
<tr><td><a href="pcre_study.html">pcre_study</a></td> |
| 128 |
<td> Study a compiled pattern</td></tr> |
<td> Study a compiled pattern</td></tr> |
| 129 |
|
|