| 45 |
The options are: |
The options are: |
| 46 |
<pre> |
<pre> |
| 47 |
PCRE_ANCHORED Match only at the first position |
PCRE_ANCHORED Match only at the first position |
| 48 |
|
PCRE_NEWLINE_ANY Recognize any Unicode newline sequence |
| 49 |
PCRE_NEWLINE_CR Set CR as the newline sequence |
PCRE_NEWLINE_CR Set CR as the newline sequence |
| 50 |
PCRE_NEWLINE_CRLF Set CRLF as the newline sequence |
PCRE_NEWLINE_CRLF Set CRLF as the newline sequence |
| 51 |
PCRE_NEWLINE_LF Set LF as the newline sequence |
PCRE_NEWLINE_LF Set LF as the newline sequence |
| 58 |
PCRE_PARTIAL Return PCRE_ERROR_PARTIAL for a partial match |
PCRE_PARTIAL Return PCRE_ERROR_PARTIAL for a partial match |
| 59 |
</pre> |
</pre> |
| 60 |
There are restrictions on what may appear in a pattern when partial matching is |
There are restrictions on what may appear in a pattern when partial matching is |
| 61 |
requested. |
requested. For details, see the |
| 62 |
|
<a href="pcrepartial.html"><b>pcrepartial</b></a> |
| 63 |
|
page. |
| 64 |
</P> |
</P> |
| 65 |
<P> |
<P> |
| 66 |
A <b>pcre_extra</b> structure contains the following fields: |
A <b>pcre_extra</b> structure contains the following fields: |