index.html revision 4d553781254e46f1dfc8d86b79667a74fb8a3eb5
<html>
<head>
<title>PCRE specification</title>
</head>
<body bgcolor="#FFFFFF" text="#00005A" link="#0066FF" alink="#3399FF" vlink="#2222BB">
<h1>Perl-compatible Regular Expressions (PCRE)</h1>
<p>
The HTML documentation for PCRE comprises the following pages:
</p>
<table>
<td> Introductory page</td></tr>
<td> PCRE's native API</td></tr>
<td> Options for building PCRE</td></tr>
<td> The <i>callout</i> facility</td></tr>
<td> Compability with Perl</td></tr>
<td> The <b>pcregrep</b> command</td></tr>
<td> Using PCRE for partial matching</td></tr>
<td> Specification of the regular expressions supported by PCRE</td></tr>
<td> Some comments on performance</td></tr>
<td> The POSIX API to the PCRE library</td></tr>
<td> How to save and re-use compiled patterns</td></tr>
<td> Description of the sample program</td></tr>
<td> The <b>pcretest</b> command for testing PCRE</td></tr>
</table>
<p>
There are also individual pages that summarize the interface for each function
in the library:
</p>
<table>
<td> Compile a regular expression</td></tr>
<td> Show build-time configuration options</td></tr>
<td> Extract named substring into given buffer</td></tr>
<td> Extract numbered substring into given buffer</td></tr>
<td> Match a compiled pattern to a subject string</td></tr>
<td> Free extracted substring</td></tr>
<td> Free list of extracted substrings</td></tr>
<td> Extract information about a pattern</td></tr>
<td> Extract named substring into new memory</td></tr>
<td> Convert captured string name to number</td></tr>
<td> Extract numbered substring into new memory</td></tr>
<td> Extract all substrings into new memory</td></tr>
<td> Obsolete information extraction function</td></tr>
<td> Build character tables in current locale</td></tr>
<td> Study a compiled pattern</td></tr>
<td> Return PCRE version and release date</td></tr>
</table>
</html>