PCRESection: C Library Functions (3) |
PCRESection: C Library Functions (3) |
#include <pcre.h>
char *pcre_version(void);
This function returns a character string that gives the version number of the PCRE library, and its date of release.
There is a complete description of the PCRE API in the pcreapi page.