1PCRE2_CONVERT_CONTEXT_CREATEL(i3b)rary Functions ManPuCaRlE2_CONVERT_CONTEXT_CREATE(3)
2
3
4
6 PCRE2 - Perl-compatible regular expressions (revised API)
7
9
10 #include <pcre2.h>
11
12 pcre2_convert_context *pcre2_convert_context_create(
13 pcre2_general_context *gcontext);
14
16
17 This function is part of an experimental set of pattern conversion
18 functions. It creates and initializes a new convert context. If its
19 argument is NULL, malloc() is used to get the necessary memory; other‐
20 wise the memory allocation function within the general context is used.
21 The result is NULL if the memory could not be obtained.
22
23 The pattern conversion functions are described in the pcre2convert doc‐
24 umentation.
25
26
27
28PCRE2 10.30 10 July 2017 PCRE2_CONVERT_CONTEXT_CREATE(3)