| 205 |
<b>/<anycrlf></b> PCRE_NEWLINE_ANYCRLF |
<b>/<anycrlf></b> PCRE_NEWLINE_ANYCRLF |
| 206 |
<b>/<any></b> PCRE_NEWLINE_ANY |
<b>/<any></b> PCRE_NEWLINE_ANY |
| 207 |
</pre> |
</pre> |
| 208 |
Those specifying line ending sequencess are literal strings as shown. This |
Those specifying line ending sequences are literal strings as shown, but the |
| 209 |
example sets multiline matching with CRLF as the line ending sequence: |
letters can be in either case. This example sets multiline matching with CRLF |
| 210 |
|
as the line ending sequence: |
| 211 |
<pre> |
<pre> |
| 212 |
/^abc/m<crlf> |
/^abc/m<crlf> |
| 213 |
</pre> |
</pre> |
| 672 |
</P> |
</P> |
| 673 |
<br><a name="SEC15" href="#TOC1">REVISION</a><br> |
<br><a name="SEC15" href="#TOC1">REVISION</a><br> |
| 674 |
<P> |
<P> |
| 675 |
Last updated: 09 August 2007 |
Last updated: 21 August 2007 |
| 676 |
<br> |
<br> |
| 677 |
Copyright © 1997-2007 University of Cambridge. |
Copyright © 1997-2007 University of Cambridge. |
| 678 |
<br> |
<br> |