summaryrefslogtreecommitdiff
path: root/doc/pcre2_substitute.3
diff options
context:
space:
mode:
Diffstat (limited to 'doc/pcre2_substitute.3')
-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 9382648..ba11d41 100644
--- a/doc/pcre2_substitute.3
+++ b/doc/pcre2_substitute.3
@@ -1,4 +1,4 @@
-.TH PCRE2_SUBSTITUTE 3 "05 January 2020" "PCRE2 10.35"
+.TH PCRE2_SUBSTITUTE 3 "22 January 2020" "PCRE2 10.35"
.SH NAME
PCRE2 - Perl-compatible regular expressions (revised API)
.SH SYNOPSIS
@@ -73,6 +73,7 @@ zero-terminated strings. The options are:
PCRE2_SUBSTITUTE_LITERAL The replacement string is literal
PCRE2_SUBSTITUTE_MATCHED Use pre-existing match data for 1st match
PCRE2_SUBSTITUTE_OVERFLOW_LENGTH If overflow, compute needed length
+ PCRE2_SUBSTITUTE_REPLACEMENT_ONLY Return only replacement string(s)
PCRE2_SUBSTITUTE_UNKNOWN_UNSET Treat unknown group as unset
PCRE2_SUBSTITUTE_UNSET_EMPTY Simple unset insert = empty string
.sp