| 1 |
nigel |
79 |
.TH PCRE_FREE_SUBSTRING 3 |
| 2 |
nigel |
63 |
.SH NAME |
| 3 |
|
|
PCRE - Perl-compatible regular expressions |
| 4 |
|
|
.SH SYNOPSIS |
| 5 |
|
|
.rs |
| 6 |
|
|
.sp |
| 7 |
|
|
.B #include <pcre.h> |
| 8 |
|
|
.PP |
| 9 |
|
|
.SM |
| 10 |
|
|
.br |
| 11 |
nigel |
75 |
.B void pcre_free_substring(const char *\fIstringptr\fP); |
| 12 |
|
|
. |
| 13 |
nigel |
63 |
.SH DESCRIPTION |
| 14 |
|
|
.rs |
| 15 |
|
|
.sp |
| 16 |
|
|
This is a convenience function for freeing the store obtained by a previous |
| 17 |
nigel |
75 |
call to \fBpcre_get_substring()\fP or \fBpcre_get_named_substring()\fP. Its |
| 18 |
nigel |
63 |
only argument is a pointer to the string. |
| 19 |
nigel |
75 |
.P |
| 20 |
|
|
There is a complete description of the PCRE native API in the |
| 21 |
nigel |
63 |
.\" HREF |
| 22 |
nigel |
75 |
\fBpcreapi\fP |
| 23 |
nigel |
63 |
.\" |
| 24 |
nigel |
75 |
page and a description of the POSIX API in the |
| 25 |
|
|
.\" HREF |
| 26 |
|
|
\fBpcreposix\fP |
| 27 |
|
|
.\" |
| 28 |
nigel |
63 |
page. |