blob: 827c3e99c65ac7315c0b1cfd7fd015e590f620a7 [file] [log] [blame]
Elliott Hughes9bc971b2018-07-27 13:23:14 -07001.TH PCRE2_CONVERT_CONTEXT_COPY 3 "10 July 2017" "PCRE2 10.30"
2.SH NAME
3PCRE2 - Perl-compatible regular expressions (revised API)
4.SH SYNOPSIS
5.rs
6.sp
7.B #include <pcre2.h>
8.PP
9.nf
10.B pcre2_convert_context *pcre2_convert_context_copy(
11.B " pcre2_convert_context *\fIcvcontext\fP);"
12.fi
13.
14.SH DESCRIPTION
15.rs
16.sp
17This function is part of an experimental set of pattern conversion functions.
18It makes a new copy of a convert context, using the memory allocation function
19that was used for the original context. The result is NULL if the memory cannot
20be obtained.
21.P
22The pattern conversion functions are described in the
23.\" HREF
24\fBpcre2convert\fP
25.\"
26documentation.