summaryrefslogtreecommitdiff
path: root/doc/pcre2_match_data_free.3
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2018-10-17 08:33:38 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2018-10-17 08:33:38 +0000
commita84ab92374d05623c38c6d7de7833533c2c298f1 (patch)
tree7566d8ba1d310dc4b179621bc0845f45235c534d /doc/pcre2_match_data_free.3
parent9fd0ca5ba7ccee2a38b870d55404ccd93f80b61b (diff)
downloadpcre2-a84ab92374d05623c38c6d7de7833533c2c298f1.tar.gz
Implement PCRE2_COPY_MATCHED_SUBJECT.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1028 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'doc/pcre2_match_data_free.3')
-rw-r--r--doc/pcre2_match_data_free.36
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/pcre2_match_data_free.3 b/doc/pcre2_match_data_free.3
index 56ed08b..5b920e4 100644
--- a/doc/pcre2_match_data_free.3
+++ b/doc/pcre2_match_data_free.3
@@ -1,4 +1,4 @@
-.TH PCRE2_MATCH_DATA_FREE 3 "28 June 2018" "PCRE2 10.32"
+.TH PCRE2_MATCH_DATA_FREE 3 "16 October 2018" "PCRE2 10.33"
.SH NAME
PCRE2 - Perl-compatible regular expressions (revised API)
.SH SYNOPSIS
@@ -18,6 +18,10 @@ If \fImatch_data\fP is NULL, this function does nothing. Otherwise,
using the memory freeing function from the general context or compiled pattern
with which it was created, or \fBfree()\fP if that was not set.
.P
+If the PCRE2_COPY_MATCHED_SUBJECT was used for a successful match using this
+match data block, the copy of the subject that was remembered with the block is
+also freed.
+.P
There is a complete description of the PCRE2 native API in the
.\" HREF
\fBpcre2api\fP