blob: 846582e5c82d7b3dbb19141bb3341ae6edcdae84 [file] [log] [blame]
Tristan Matthews04616462013-11-14 16:09:34 -05001.TH PCRE_FREE_STUDY 3
2.SH NAME
3PCRE - Perl-compatible regular expressions
4.SH SYNOPSIS
5.rs
6.sp
7.B #include <pcre.h>
8.PP
9.SM
10.B void pcre_free_study(pcre_extra *\fIextra\fP);
11.
12.SH DESCRIPTION
13.rs
14.sp
15This function is used to free the memory used for the data generated by a call
16to \fBpcre_study()\fP when it is no longer needed. The argument must be the
17result of such a call.
18.P
19There is a complete description of the PCRE native API in the
20.\" HREF
21\fBpcreapi\fP
22.\"
23page and a description of the POSIX API in the
24.\" HREF
25\fBpcreposix\fP
26.\"
27page.