blob: 8c78121de1e2a3f338915acf80cbae545a36cdbf [file] [log] [blame]
Tristan Matthews04616462013-11-14 16:09:34 -05001.TH PCRE_INFO 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 int pcre_info(const pcre *\fIcode\fP, int *\fIoptptr\fP, int
11.B *\fIfirstcharptr\fP);
12.
13.SH DESCRIPTION
14.rs
15.sp
16This function is obsolete. You should be using \fBpcre_fullinfo()\fP instead.
17.P
18There is a complete description of the PCRE native API in the
19.\" HREF
20\fBpcreapi\fP
21.\"
22page and a description of the POSIX API in the
23.\" HREF
24\fBpcreposix\fP
25.\"
26page.