version 1.1.1.1, 2012/02/21 23:05:52
|
version 1.1.1.4, 2013/07/22 08:25:57
|
Line 35 man page, in case the conversion went wrong.
|
Line 35 man page, in case the conversion went wrong.
|
The C++ wrapper for PCRE was provided by Google Inc. Some additional |
The C++ wrapper for PCRE was provided by Google Inc. Some additional |
functionality was added by Giuseppe Maxia. This brief man page was constructed |
functionality was added by Giuseppe Maxia. This brief man page was constructed |
from the notes in the <i>pcrecpp.h</i> file, which should be consulted for |
from the notes in the <i>pcrecpp.h</i> 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 or 32-bit support at present. |
</P> |
</P> |
<br><a name="SEC3" href="#TOC1">MATCHING INTERFACE</a><br> |
<br><a name="SEC3" href="#TOC1">MATCHING INTERFACE</a><br> |
<P> |
<P> |
Line 191 supported:
|
Line 192 supported:
|
PCRE_DOTALL dot matches newlines /s |
PCRE_DOTALL dot matches newlines /s |
PCRE_DOLLAR_ENDONLY $ matches only at end N/A |
PCRE_DOLLAR_ENDONLY $ matches only at end N/A |
PCRE_EXTRA strict escape parsing 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_UTF8 handles UTF8 chars built-in |
PCRE_UNGREEDY reverses * and *? N/A |
PCRE_UNGREEDY reverses * and *? N/A |
PCRE_NO_AUTO_CAPTURE disables capturing parens N/A (*) |
PCRE_NO_AUTO_CAPTURE disables capturing parens N/A (*) |
Line 360 Copyright © 2007 Google Inc.
|
Line 361 Copyright © 2007 Google Inc.
|
</P> |
</P> |
<br><a name="SEC12" href="#TOC1">REVISION</a><br> |
<br><a name="SEC12" href="#TOC1">REVISION</a><br> |
<P> |
<P> |
Last updated: 17 March 2009 | Last updated: 08 January 2012 |
<br> | |
Minor typo fixed: 25 July 2011 | |
<br> |
<br> |
<p> |
<p> |
Return to the <a href="index.html">PCRE index page</a>. |
Return to the <a href="index.html">PCRE index page</a>. |