--- embedaddon/pcre/doc/html/pcreposix.html 2012/02/21 23:05:52 1.1 +++ embedaddon/pcre/doc/html/pcreposix.html 2014/06/15 19:46:05 1.1.1.4 @@ -13,7 +13,7 @@ from the original man page. If there is any nonsense i man page, in case the conversion went wrong.
-
SYNOPSIS OF POSIX API
+
SYNOPSIS

#include <pcreposix.h>

int regcomp(regex_t *preg, const char *pattern, -int cflags); -

-

+ int cflags); +
+
int regexec(regex_t *preg, const char *string, -size_t nmatch, regmatch_t pmatch[], int eflags); -

-

-size_t regerror(int errcode, const regex_t *preg, -char *errbuf, size_t errbuf_size); -

-

+ size_t nmatch, regmatch_t pmatch[], int eflags); + size_t regerror(int errcode, const regex_t *preg, + char *errbuf, size_t errbuf_size); +
+
void regfree(regex_t *preg);


DESCRIPTION

-This set of functions provides a POSIX-style API to the PCRE regular expression -package. See the +This set of functions provides a POSIX-style API for the PCRE regular +expression 8-bit library. See the pcreapi documentation for a description of PCRE's native API, which contains much -additional functionality. +additional functionality. There is no POSIX-style wrapper for PCRE's 16-bit +and 32-bit library.

The functions described here are just wrapper functions that ultimately call @@ -282,9 +281,9 @@ Cambridge CB2 3QH, England.


REVISION

-Last updated: 16 May 2010 +Last updated: 09 January 2012
-Copyright © 1997-2010 University of Cambridge. +Copyright © 1997-2012 University of Cambridge.

Return to the PCRE index page.