--- embedaddon/pcre/doc/html/pcrecpp.html 2012/02/21 23:05:52 1.1 +++ embedaddon/pcre/doc/html/pcrecpp.html 2012/10/09 09:19:18 1.1.1.3 @@ -35,7 +35,8 @@ man page, in case the conversion went wrong. The C++ wrapper for PCRE was provided by Google Inc. Some additional functionality was added by Giuseppe Maxia. This brief man page was constructed from the notes in the pcrecpp.h file, which should be consulted for -further details. +further details. Note that the C++ wrapper supports only the original 8-bit +PCRE library. There is no 16-bit support at present.


MATCHING INTERFACE

@@ -191,7 +192,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 (*) @@ -360,9 +361,7 @@ Copyright © 2007 Google Inc.


REVISION

-Last updated: 17 March 2009 -
-Minor typo fixed: 25 July 2011 +Last updated: 08 January 2012

Return to the PCRE index page.