1PCRE_VERSION(3) Library Functions Manual PCRE_VERSION(3)
2
3
4
6 PCRE - Perl-compatible regular expressions
7
9
10 #include <pcre.h>
11
12 const char *pcre_version(void);
13
14 const char *pcre16_version(void);
15
16 const char *pcre32_version(void);
17
19
20 This function (even in the 16-bit and 32-bit libraries) returns a zero-
21 terminated, 8-bit character string that gives the version number of the
22 PCRE library and the date of its release.
23
24 There is a complete description of the PCRE native API in the pcreapi
25 page and a description of the POSIX API in the pcreposix page.
26
27
28
29PCRE 8.30 24 June 2012 PCRE_VERSION(3)