1PCRE2_GET_MATCH_DATA_SIZE(3)Library Functions ManualPCRE2_GET_MATCH_DATA_SIZE(3)
2
3
4

NAME

6       PCRE2 - Perl-compatible regular expressions (revised API)
7

SYNOPSIS

9
10       #include <pcre2.h>
11
12       PCRE2_SIZE pcre2_get_match_data_size(pcre2_match_data *match_data);
13

DESCRIPTION

15
16       This  function returns the size, in bytes, of the match data block that
17       is its argument.
18
19       There is a complete description of the PCRE2 native API in the pcre2api
20       page and a description of the POSIX API in the pcre2posix page.
21
22
23
24PCRE2 10.34                      16 July 2019     PCRE2_GET_MATCH_DATA_SIZE(3)
Impressum