| 8 |
.PP |
.PP |
| 9 |
.SM |
.SM |
| 10 |
.br |
.br |
| 11 |
.B void pcre_free_substring(const char *\fIstringptr\fR); |
.B void pcre_free_substring(const char *\fIstringptr\fP); |
| 12 |
|
. |
| 13 |
.SH DESCRIPTION |
.SH DESCRIPTION |
| 14 |
.rs |
.rs |
| 15 |
.sp |
.sp |
| 16 |
This is a convenience function for freeing the store obtained by a previous |
This is a convenience function for freeing the store obtained by a previous |
| 17 |
call to \fBpcre_get_substring()\fR or \fBpcre_get_named_substring()\fR. Its |
call to \fBpcre_get_substring()\fP or \fBpcre_get_named_substring()\fP. Its |
| 18 |
only argument is a pointer to the string. |
only argument is a pointer to the string. |
| 19 |
|
.P |
| 20 |
There is a complete description of the PCRE API in the |
There is a complete description of the PCRE native API in the |
| 21 |
.\" HREF |
.\" HREF |
| 22 |
\fBpcreapi\fR |
\fBpcreapi\fP |
| 23 |
|
.\" |
| 24 |
|
page and a description of the POSIX API in the |
| 25 |
|
.\" HREF |
| 26 |
|
\fBpcreposix\fP |
| 27 |
.\" |
.\" |
| 28 |
page. |
page. |