blob: ed3999a746c1c8fe68d243640f4cb7c772776174 [file] [log] [blame]
Tristan Matthews04616462013-11-14 16:09:34 -05001.TH PCRE_FREE_SUBSTRING 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_substring(const char *\fIstringptr\fP);
11.
12.SH DESCRIPTION
13.rs
14.sp
15This is a convenience function for freeing the store obtained by a previous
16call to \fBpcre_get_substring()\fP or \fBpcre_get_named_substring()\fP. Its
17only argument is a pointer to the string.
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.