--- embedaddon/pcre/doc/pcrecpp.3 2012/02/21 23:50:25 1.1.1.2 +++ embedaddon/pcre/doc/pcrecpp.3 2012/10/09 09:19:17 1.1.1.3 @@ -1,4 +1,4 @@ -.TH PCRECPP 3 +.TH PCRECPP 3 "08 January 2012" "PCRE 8.30" .SH NAME PCRE - Perl-compatible regular expressions. .SH "SYNOPSIS OF C++ WRAPPER" @@ -173,7 +173,7 @@ supported: PCRE_DOTALL dot matches newlines /s PCRE_DOLLAR_ENDONLY $ matches only at end N/A PCRE_EXTRA strict escape parsing N/A - PCRE_EXTENDED ignore whitespaces /x + PCRE_EXTENDED ignore white spaces /x PCRE_UTF8 handles UTF8 chars built-in PCRE_UNGREEDY reverses * and *? N/A PCRE_NO_AUTO_CAPTURE disables capturing parens N/A (*)