| 252 |
values less than 256. This remains true even when PCRE includes Unicode |
values less than 256. This remains true even when PCRE includes Unicode |
| 253 |
property support, because to do otherwise would slow down PCRE in many common |
property support, because to do otherwise would slow down PCRE in many common |
| 254 |
cases. If you really want to test for a wider sense of, say, "digit", you |
cases. If you really want to test for a wider sense of, say, "digit", you |
| 255 |
must use Unicode property tests such as \ep{Nd}. |
must use Unicode property tests such as \ep{Nd}. Note that this also applies to |
| 256 |
|
\eb, because it is defined in terms of \ew and \eW. |
| 257 |
.P |
.P |
| 258 |
7. Similarly, characters that match the POSIX named character classes are all |
7. Similarly, characters that match the POSIX named character classes are all |
| 259 |
low-valued characters. |
low-valued characters. |
| 290 |
.rs |
.rs |
| 291 |
.sp |
.sp |
| 292 |
.nf |
.nf |
| 293 |
Last updated: 12 April 2008 |
Last updated: 18 March 2009 |
| 294 |
Copyright (c) 1997-2008 University of Cambridge. |
Copyright (c) 1997-2009 University of Cambridge. |
| 295 |
.fi |
.fi |