| 60 |
<P> |
<P> |
| 61 |
<pre> |
<pre> |
| 62 |
\a alarm, that is, the BEL character (hex 07) |
\a alarm, that is, the BEL character (hex 07) |
| 63 |
\cx "control-x", where x is any character |
\cx "control-x", where x is any ASCII character |
| 64 |
\e escape (hex 1B) |
\e escape (hex 1B) |
| 65 |
\f formfeed (hex 0C) |
\f formfeed (hex 0C) |
| 66 |
\n newline (hex 0A) |
\n newline (hex 0A) |
| 366 |
The following are recognized only at the start of a pattern or after one of the |
The following are recognized only at the start of a pattern or after one of the |
| 367 |
newline-setting options with similar syntax: |
newline-setting options with similar syntax: |
| 368 |
<pre> |
<pre> |
| 369 |
|
(*NO_START_OPT) no start-match optimization (PCRE_NO_START_OPTIMIZE) |
| 370 |
(*UTF8) set UTF-8 mode (PCRE_UTF8) |
(*UTF8) set UTF-8 mode (PCRE_UTF8) |
| 371 |
(*UCP) set PCRE_UCP (use Unicode properties for \d etc) |
(*UCP) set PCRE_UCP (use Unicode properties for \d etc) |
| 372 |
</PRE> |
</PRE> |
| 495 |
</P> |
</P> |
| 496 |
<br><a name="SEC27" href="#TOC1">REVISION</a><br> |
<br><a name="SEC27" href="#TOC1">REVISION</a><br> |
| 497 |
<P> |
<P> |
| 498 |
Last updated: 12 May 2010 |
Last updated: 21 November 2010 |
| 499 |
<br> |
<br> |
| 500 |
Copyright © 1997-2010 University of Cambridge. |
Copyright © 1997-2010 University of Cambridge. |
| 501 |
<br> |
<br> |