summaryrefslogtreecommitdiff
path: root/doc/html/pcre2_substitute.html
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2020-01-22 17:50:12 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2020-01-22 17:50:12 +0000
commit2a3a1cac73fcec1e115a27d7d77339b48cb8bb71 (patch)
tree3333d89f96f81d02d5ab6350ffecaa299cf0db19 /doc/html/pcre2_substitute.html
parent7327c782a1c734421c8c71726c8085b3fa414d45 (diff)
downloadpcre2-2a3a1cac73fcec1e115a27d7d77339b48cb8bb71.tar.gz
Implement PCRE2_SUBSTITUTE_REPLACEMENT_ONLY.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1206 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'doc/html/pcre2_substitute.html')
-rw-r--r--doc/html/pcre2_substitute.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/html/pcre2_substitute.html b/doc/html/pcre2_substitute.html
index 781a39a..3a48819 100644
--- a/doc/html/pcre2_substitute.html
+++ b/doc/html/pcre2_substitute.html
@@ -82,6 +82,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
</pre>