109 |
(e) PCRE_ANCHORED can be used at matching time to force a pattern to be tried |
(e) PCRE_ANCHORED can be used at matching time to force a pattern to be tried |
110 |
only at the first matching position in the subject string. |
only at the first matching position in the subject string. |
111 |
.sp |
.sp |
112 |
(f) The PCRE_NOTBOL, PCRE_NOTEOL, PCRE_NOTEMPTY, and PCRE_NO_AUTO_CAPTURE |
(f) The PCRE_NOTBOL, PCRE_NOTEOL, PCRE_NOTEMPTY, PCRE_NOTEMPTY_ATSTART, and |
113 |
options for \fBpcre_exec()\fP have no Perl equivalents. |
PCRE_NO_AUTO_CAPTURE options for \fBpcre_exec()\fP have no Perl equivalents. |
114 |
.sp |
.sp |
115 |
(g) The \eR escape sequence can be restricted to match only CR, LF, or CRLF |
(g) The \eR escape sequence can be restricted to match only CR, LF, or CRLF |
116 |
by the PCRE_BSR_ANYCRLF option. |
by the PCRE_BSR_ANYCRLF option. |
143 |
.rs |
.rs |
144 |
.sp |
.sp |
145 |
.nf |
.nf |
146 |
Last updated: 25 August 2009 |
Last updated: 11 September 2009 |
147 |
Copyright (c) 1997-2009 University of Cambridge. |
Copyright (c) 1997-2009 University of Cambridge. |
148 |
.fi |
.fi |