| 35 |
The options are: |
The options are: |
| 36 |
.sp |
.sp |
| 37 |
PCRE_ANCHORED Match only at the first position |
PCRE_ANCHORED Match only at the first position |
| 38 |
|
PCRE_NEWLINE_ANY Recognize any Unicode newline sequence |
| 39 |
PCRE_NEWLINE_CR Set CR as the newline sequence |
PCRE_NEWLINE_CR Set CR as the newline sequence |
| 40 |
PCRE_NEWLINE_CRLF Set CRLF as the newline sequence |
PCRE_NEWLINE_CRLF Set CRLF as the newline sequence |
| 41 |
PCRE_NEWLINE_LF Set LF as the newline sequence |
PCRE_NEWLINE_LF Set LF as the newline sequence |
| 48 |
PCRE_PARTIAL Return PCRE_ERROR_PARTIAL for a partial match |
PCRE_PARTIAL Return PCRE_ERROR_PARTIAL for a partial match |
| 49 |
.sp |
.sp |
| 50 |
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 |
| 51 |
requested. |
requested. For details, see the |
| 52 |
|
.\" HREF |
| 53 |
|
\fBpcrepartial\fP |
| 54 |
|
.\" |
| 55 |
|
page. |
| 56 |
.P |
.P |
| 57 |
A \fBpcre_extra\fP structure contains the following fields: |
A \fBpcre_extra\fP structure contains the following fields: |
| 58 |
.sp |
.sp |