summaryrefslogtreecommitdiff
path: root/doc/html/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/index.html')
-rw-r--r--doc/html/index.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/html/index.html b/doc/html/index.html
index 3751ff0..c0dbf59 100644
--- a/doc/html/index.html
+++ b/doc/html/index.html
@@ -27,8 +27,11 @@ The HTML documentation for PCRE comprises the following pages:
<tr><td><a href="pcregrep.html">pcregrep</a></td>
<td>&nbsp;&nbsp;The <b>pcregrep</b> command</td></tr>
+<tr><td><a href="pcrepartial.html">pcrepartial</a></td>
+ <td>&nbsp;&nbsp;Using PCRE for partial matching</td></tr>
+
<tr><td><a href="pcrepattern.html">pcrepattern</a></td>
- <td>&nbsp;&nbsp;Regular expressions supported by PCRE</td></tr>
+ <td>&nbsp;&nbsp;Specification of the regular expressions supported by PCRE</td></tr>
<tr><td><a href="pcreperform.html">pcreperform</a></td>
<td>&nbsp;&nbsp;Some comments on performance</td></tr>
@@ -36,6 +39,9 @@ The HTML documentation for PCRE comprises the following pages:
<tr><td><a href="pcreposix.html">pcreposix</a></td>
<td>&nbsp;&nbsp;The POSIX API to the PCRE library</td></tr>
+<tr><td><a href="pcreprecompile.html">pcreprecompile</a></td>
+ <td>&nbsp;&nbsp;How to save and re-use compiled patterns</td></tr>
+
<tr><td><a href="pcresample.html">pcresample</a></td>
<td>&nbsp;&nbsp;Description of the sample program</td></tr>