blob: f1563fac6adb14f7414b7c88c6b7327a7ea91b6f [file] [log] [blame]
Tristan Matthews04616462013-11-14 16:09:34 -05001.TH PCRE_VERSION 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 char *pcre_version(void);
11.
12.SH DESCRIPTION
13.rs
14.sp
15This function returns a character string that gives the version number of the
16PCRE library and the date of its release.
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.