Parent Directory
|
Revision Log
Load pcre-4.0 into code/trunk.
| 1 | nigel | 63 | .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 int pcre_info(const pcre *\fIcode\fR, int *\fIoptptr\fR, int | ||
| 12 | .B *\fIfirstcharptr\fR); | ||
| 13 | |||
| 14 | .SH DESCRIPTION | ||
| 15 | .rs | ||
| 16 | .sp | ||
| 17 | This function is obsolete. You should be using \fBpcre_fullinfo()\fR instead. | ||
| 18 | |||
| 19 | There is a complete description of the PCRE API in the | ||
| 20 | .\" HREF | ||
| 21 | \fBpcreapi\fR | ||
| 22 | .\" | ||
| 23 | page. |
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |