1PCRE_INFO(3) Library Functions Manual PCRE_INFO(3)
23
4
NAME
6PCRE - Perl-compatible regular expressions
7
SYNOPSIS
910
#include <pcre.h>
1112
int pcre_info(const pcre *code, int *optptr, int *firstcharptr);
13
DESCRIPTION
1516
This function is obsolete. You should be using pcre_fullinfo() instead.
1718
There is a complete description of the PCRE native API in the pcreapi
19page and a description of the POSIX API in the pcreposix page.
2021
22
23
PCRE_INFO(3)