1 |
<html>
|
2 |
<head>
|
3 |
<title>PCRE specification</title>
|
4 |
</head>
|
5 |
<body bgcolor="#FFFFFF" text="#00005A" link="#0066FF" alink="#3399FF" vlink="#2222BB">
|
6 |
<h1>Perl-compatible Regular Expressions (PCRE)</h1>
|
7 |
<p>
|
8 |
The HTML documentation for PCRE comprises the following pages:
|
9 |
</p>
|
10 |
|
11 |
<table>
|
12 |
<tr><td><a href="pcre.html">pcre</a></td>
|
13 |
<td> Introductory page</td></tr>
|
14 |
|
15 |
<tr><td><a href="pcreapi.html">pcreapi</a></td>
|
16 |
<td> PCRE's native API</td></tr>
|
17 |
|
18 |
<tr><td><a href="pcrebuild.html">pcrebuild</a></td>
|
19 |
<td> Options for building PCRE</td></tr>
|
20 |
|
21 |
<tr><td><a href="pcrecallout.html">pcrecallout</a></td>
|
22 |
<td> The <i>callout</i> facility</td></tr>
|
23 |
|
24 |
<tr><td><a href="pcrecompat.html">pcrecompat</a></td>
|
25 |
<td> Compability with Perl</td></tr>
|
26 |
|
27 |
<tr><td><a href="pcregrep.html">pcregrep</a></td>
|
28 |
<td> The <b>pcregrep</b> command</td></tr>
|
29 |
|
30 |
<tr><td><a href="pcrepattern.html">pcrepattern</a></td>
|
31 |
<td> Regular expressions supported by PCRE</td></tr>
|
32 |
|
33 |
<tr><td><a href="pcreperform.html">pcreperform</a></td>
|
34 |
<td> Some comments on performance</td></tr>
|
35 |
|
36 |
<tr><td><a href="pcreposix.html">pcreposix</a></td>
|
37 |
<td> The POSIX API to the PCRE library</td></tr>
|
38 |
|
39 |
<tr><td><a href="pcresample.html">pcresample</a></td>
|
40 |
<td> Description of the sample program</td></tr>
|
41 |
|
42 |
<tr><td><a href="pcretest.html">pcretest</a></td>
|
43 |
<td> The <b>pcretest</b> command for testing PCRE</td></tr>
|
44 |
</table>
|
45 |
|
46 |
<p>
|
47 |
There are also individual pages that summarize the interface for each function
|
48 |
in the library:
|
49 |
</p>
|
50 |
|
51 |
<table>
|
52 |
|
53 |
<tr><td><a href="pcre_compile.html">pcre_compile</a></td>
|
54 |
<td> Compile a regular expression</td></tr>
|
55 |
|
56 |
<tr><td><a href="pcre_config.html">pcre_config</a></td>
|
57 |
<td> Show build-time configuration options</td></tr>
|
58 |
|
59 |
<tr><td><a href="pcre_copy_named_substring.html">pcre_copy_named_substring</a></td>
|
60 |
<td> Extract named substring into given buffer</td></tr>
|
61 |
|
62 |
<tr><td><a href="pcre_copy_substring.html">pcre_copy_substring</a></td>
|
63 |
<td> Extract numbered substring into given buffer</td></tr>
|
64 |
|
65 |
<tr><td><a href="pcre_exec.html">pcre_exec</a></td>
|
66 |
<td> Match a compiled pattern to a subject string</td></tr>
|
67 |
|
68 |
<tr><td><a href="pcre_free_substring.html">pcre_free_substring</a></td>
|
69 |
<td> Free extracted substring</td></tr>
|
70 |
|
71 |
<tr><td><a href="pcre_free_substring_list.html">pcre_free_substring_list</a></td>
|
72 |
<td> Free list of extracted substrings</td></tr>
|
73 |
|
74 |
<tr><td><a href="pcre_fullinfo.html">pcre_fullinfo</a></td>
|
75 |
<td> Extract information about a pattern</td></tr>
|
76 |
|
77 |
<tr><td><a href="pcre_get_named_substring.html">pcre_get_named_substring</a></td>
|
78 |
<td> Extract named substring into new memory</td></tr>
|
79 |
|
80 |
<tr><td><a href="pcre_get_stringnumber.html">pcre_get_stringnumber</a></td>
|
81 |
<td> Convert captured string name to number</td></tr>
|
82 |
|
83 |
<tr><td><a href="pcre_get_substring.html">pcre_get_substring</a></td>
|
84 |
<td> Extract numbered substring into new memory</td></tr>
|
85 |
|
86 |
<tr><td><a href="pcre_get_substring_list.html">pcre_get_substring_list</a></td>
|
87 |
<td> Extract all substrings into new memory</td></tr>
|
88 |
|
89 |
<tr><td><a href="pcre_info.html">pcre_info</a></td>
|
90 |
<td> Obsolete information extraction function</td></tr>
|
91 |
|
92 |
<tr><td><a href="pcre_maketables.html">pcre_maketables</a></td>
|
93 |
<td> Build character tables in current locale</td></tr>
|
94 |
|
95 |
<tr><td><a href="pcre_study.html">pcre_study</a></td>
|
96 |
<td> Study a compiled pattern</td></tr>
|
97 |
|
98 |
<tr><td><a href="pcre_version.html">pcre_version</a></td>
|
99 |
<td> Return PCRE version and release date</td></tr>
|
100 |
</table>
|
101 |
|
102 |
</html>
|