1PCRE_VERSION(3)            Library Functions Manual            PCRE_VERSION(3)
2
3
4

NAME

6       PCRE - Perl-compatible regular expressions
7

SYNOPSIS

9
10       #include <pcre.h>
11
12       char *pcre_version(void);
13

DESCRIPTION

15
16       This  function returns a character string that gives the version number
17       of the PCRE library and the date of its release.
18
19       There is a complete description of the PCRE native API in  the  pcreapi
20       page and a description of the POSIX API in the pcreposix page.
21
22
23
24                                                               PCRE_VERSION(3)
Impressum