157 |
The following table shows additional modifiers for setting PCRE options that do |
The following table shows additional modifiers for setting PCRE options that do |
158 |
not correspond to anything in Perl: |
not correspond to anything in Perl: |
159 |
.sp |
.sp |
160 |
\fB/A\fP PCRE_ANCHORED |
\fB/A\fP PCRE_ANCHORED |
161 |
\fB/C\fP PCRE_AUTO_CALLOUT |
\fB/C\fP PCRE_AUTO_CALLOUT |
162 |
\fB/E\fP PCRE_DOLLAR_ENDONLY |
\fB/E\fP PCRE_DOLLAR_ENDONLY |
163 |
\fB/f\fP PCRE_FIRSTLINE |
\fB/f\fP PCRE_FIRSTLINE |
164 |
\fB/J\fP PCRE_DUPNAMES |
\fB/J\fP PCRE_DUPNAMES |
165 |
\fB/N\fP PCRE_NO_AUTO_CAPTURE |
\fB/N\fP PCRE_NO_AUTO_CAPTURE |
166 |
\fB/U\fP PCRE_UNGREEDY |
\fB/U\fP PCRE_UNGREEDY |
167 |
\fB/X\fP PCRE_EXTRA |
\fB/X\fP PCRE_EXTRA |
168 |
\fB/<cr>\fP PCRE_NEWLINE_CR |
\fB/<cr>\fP PCRE_NEWLINE_CR |
169 |
\fB/<lf>\fP PCRE_NEWLINE_LF |
\fB/<lf>\fP PCRE_NEWLINE_LF |
170 |
\fB/<crlf>\fP PCRE_NEWLINE_CRLF |
\fB/<crlf>\fP PCRE_NEWLINE_CRLF |
171 |
\fB/<anycrlf>\fP PCRE_NEWLINE_ANYCRLF |
\fB/<anycrlf>\fP PCRE_NEWLINE_ANYCRLF |
172 |
\fB/<any>\fP PCRE_NEWLINE_ANY |
\fB/<any>\fP PCRE_NEWLINE_ANY |
173 |
|
\fB/<bsr_anycrlf>\fP PCRE_BSR_ANYCRLF |
174 |
|
\fB/<bsr_unicode>\fP PCRE_BSR_UNICODE |
175 |
.sp |
.sp |
176 |
Those specifying line ending sequences are literal strings as shown, but the |
Those specifying line ending sequences are literal strings as shown, but the |
177 |
letters can be in either case. This example sets multiline matching with CRLF |
letters can be in either case. This example sets multiline matching with CRLF |
696 |
.rs |
.rs |
697 |
.sp |
.sp |
698 |
.nf |
.nf |
699 |
Last updated: 21 August 2007 |
Last updated: 11 September 2007 |
700 |
Copyright (c) 1997-2007 University of Cambridge. |
Copyright (c) 1997-2007 University of Cambridge. |
701 |
.fi |
.fi |