summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2015-12-04 18:43:00 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2015-12-04 18:43:00 +0000
commit126905bfccac7e652507e42fc14d7e74692dd457 (patch)
tree837e76474d4f7ec53107fd71a7d3ebb929b262b4
parent4119f9c9f4a23a25441185a75bc7e2531f62196e (diff)
downloadpcre2-126905bfccac7e652507e42fc14d7e74692dd457.tar.gz
Update forgotten document
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@462 6239d852-aaf2-0410-a92c-79f79f948069
-rw-r--r--doc/pcre2_substitute.33
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/pcre2_substitute.3 b/doc/pcre2_substitute.3
index 887828f..55d58d2 100644
--- a/doc/pcre2_substitute.3
+++ b/doc/pcre2_substitute.3
@@ -1,4 +1,4 @@
-.TH PCRE2_SUBSTITUTE 3 "06 October 2015" "PCRE2 10.21"
+.TH PCRE2_SUBSTITUTE 3 "04 December 2015" "PCRE2 10.21"
.SH NAME
PCRE2 - Perl-compatible regular expressions (revised API)
.SH SYNOPSIS
@@ -58,6 +58,7 @@ The options are:
PCRE2_UTF was set at compile time)
PCRE2_SUBSTITUTE_EXTENDED Do extended replacement processing
PCRE2_SUBSTITUTE_GLOBAL Replace all occurrences in the subject
+ PCRE2_SUBSTITUTE_UNSET_EMPTY Simple unset insert = empty string
.sp
The function returns the number of substitutions, which may be zero if there
were no matches. The result can be greater than one only when