| 52 |
instead of recognizing only characters with codes less than 128 via a lookup |
instead of recognizing only characters with codes less than 128 via a lookup |
| 53 |
table. |
table. |
| 54 |
.P |
.P |
| 55 |
|
If a pattern starts with (*NO_START_OPT), it has the same effect as setting the |
| 56 |
|
PCRE_NO_START_OPTIMIZE option either at compile or matching time. There are |
| 57 |
|
also some more of these special sequences that are concerned with the handling |
| 58 |
|
of newlines; they are described below. |
| 59 |
|
.P |
| 60 |
The remainder of this document discusses the patterns that are supported by |
The remainder of this document discusses the patterns that are supported by |
| 61 |
PCRE when its main matching function, \fBpcre_exec()\fP, is used. |
PCRE when its main matching function, \fBpcre_exec()\fP, is used. |
| 62 |
From release 6.0, PCRE offers a second matching function, |
From release 6.0, PCRE offers a second matching function, |