1PCRE2_CONVERTED_PATTERN_FREEL(i3b)rary Functions ManPuCaRlE2_CONVERTED_PATTERN_FREE(3)
2
3
4

NAME

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

SYNOPSIS

9
10       #include <pcre2.h>
11
12       void pcre2_converted_pattern_free(PCRE2_UCHAR *converted_pattern);
13

DESCRIPTION

15
16       This  function  is  part  of  an experimental set of pattern conversion
17       functions.  It frees the memory occupied by a  converted  pattern  that
18       was  obtained  by  calling  pcre2_pattern_convert() with arguments that
19       caused it to place the converted pattern into newly obtained heap  mem‐
20       ory.  If the argument is NULL, the function returns immediately without
21       doing anything.
22
23       The pattern conversion functions are described in the pcre2convert doc‐
24       umentation.
25
26
27
28PCRE2 10.32                      28 June 2018  PCRE2_CONVERTED_PATTERN_FREE(3)
Impressum