Parent Directory
|
Revision Log
Load pcre-4.0 into code/trunk.
| 1 | .TH PCRE 3 |
| 2 | .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 | .B void pcre_free_substring(const char *\fIstringptr\fR); |
| 12 | |
| 13 | .SH DESCRIPTION |
| 14 | .rs |
| 15 | .sp |
| 16 | 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 |
| 18 | only argument is a pointer to the string. |
| 19 | |
| 20 | There is a complete description of the PCRE API in the |
| 21 | .\" HREF |
| 22 | \fBpcreapi\fR |
| 23 | .\" |
| 24 | page. |
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |