1PCRE_VERSION(3) Library Functions Manual PCRE_VERSION(3)
23
4
NAME
6PCRE - Perl-compatible regular expressions
7
SYNOPSIS
910
#include <pcre.h>
1112
char *pcre_version(void);
13
DESCRIPTION
1516
This function returns a character string that gives the version number
17of the PCRE library and the date of its release.
1819
There is a complete description of the PCRE native API in the pcreapi
20page and a description of the POSIX API in the pcreposix page.
2122
23
24
PCRE_VERSION(3)