summaryrefslogtreecommitdiff
path: root/doc/index.html.src
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2014-11-11 16:51:07 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2014-11-11 16:51:07 +0000
commit78bf9ce77125f21369990121ce4f8ee56b061654 (patch)
tree69f571c972630bb97763132e6a560161b4910990 /doc/index.html.src
parentb0203c3ee3c9e3f9ad2ad26797c574ce2b264d22 (diff)
downloadpcre2-78bf9ce77125f21369990121ce4f8ee56b061654.tar.gz
Substitute code update and documentation.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@143 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'doc/index.html.src')
-rw-r--r--doc/index.html.src4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/index.html.src b/doc/index.html.src
index 355cf34..d3ba963 100644
--- a/doc/index.html.src
+++ b/doc/index.html.src
@@ -204,6 +204,10 @@ in the library.
<tr><td><a href="pcre2_set_recursion_memory_management.html">pcre2_set_recursion_memory_management</a></td>
<td>&nbsp;&nbsp;Set match recursion memory management</td></tr>
+<tr><td><a href="pcre2_substitute.html">pcre2_substitute</a></td>
+ <td>&nbsp;&nbsp;Match a compiled pattern to a subject string and do
+ substitutions</td></tr>
+
<tr><td><a href="pcre2_substring_copy_byname.html">pcre2_substring_copy_byname</a></td>
<td>&nbsp;&nbsp;Extract named substring into given buffer</td></tr>