| 2502 |
present. When one of these optimizations suppresses the running of a match, any |
present. When one of these optimizations suppresses the running of a match, any |
| 2503 |
included backtracking verbs will not, of course, be processed. You can suppress |
included backtracking verbs will not, of course, be processed. You can suppress |
| 2504 |
the start-of-match optimizations by setting the PCRE_NO_START_OPTIMIZE option |
the start-of-match optimizations by setting the PCRE_NO_START_OPTIMIZE option |
| 2505 |
when calling \fBpcre_exec()\fP. |
when calling \fBpcre_compile()\fP or \fBpcre_exec()\fP, or by starting the |
| 2506 |
|
pattern with (*NO_START_OPT). |
| 2507 |
. |
. |
| 2508 |
. |
. |
| 2509 |
.SS "Verbs that act immediately" |
.SS "Verbs that act immediately" |