summaryrefslogtreecommitdiff
path: root/doc/pcre2_get_match_data_size.3
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2019-07-16 15:50:09 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2019-07-16 15:50:09 +0000
commit9b766afee546f8a4ecb5688223b39cc16702e391 (patch)
tree87563c947d784a4f4b7f3c23099403fffdb7513b /doc/pcre2_get_match_data_size.3
parentd70442f2c962ca816b8d03504a07e618c271a9fe (diff)
downloadpcre2-9b766afee546f8a4ecb5688223b39cc16702e391.tar.gz
Implemented pcre2_get_match_data_size().
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1134 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'doc/pcre2_get_match_data_size.3')
-rw-r--r--doc/pcre2_get_match_data_size.327
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/pcre2_get_match_data_size.3 b/doc/pcre2_get_match_data_size.3
new file mode 100644
index 0000000..4f9e272
--- /dev/null
+++ b/doc/pcre2_get_match_data_size.3
@@ -0,0 +1,27 @@
+.TH PCRE2_GET_MATCH_DATA_SIZE 3 "16 July 2019" "PCRE2 10.34"
+.SH NAME
+PCRE2 - Perl-compatible regular expressions (revised API)
+.SH SYNOPSIS
+.rs
+.sp
+.B #include <pcre2.h>
+.PP
+.nf
+.B PCRE2_SIZE pcre2_get_match_data_size(pcre2_match_data *\fImatch_data\fP);
+.fi
+.
+.SH DESCRIPTION
+.rs
+.sp
+This function returns the size, in bytes, of the match data block that is its
+argument.
+.P
+There is a complete description of the PCRE2 native API in the
+.\" HREF
+\fBpcre2api\fP
+.\"
+page and a description of the POSIX API in the
+.\" HREF
+\fBpcre2posix\fP
+.\"
+page.