219 |
8. Similarly, characters that match the POSIX named character classes are all |
8. Similarly, characters that match the POSIX named character classes are all |
220 |
low-valued characters. |
low-valued characters. |
221 |
.P |
.P |
222 |
9. Case-insensitive matching applies only to characters whose values are less |
9. However, the Perl 5.10 horizontal and vertical whitespace matching escapes |
223 |
|
(\eh, \eH, \ev, and \eV) do match all the appropriate Unicode characters. |
224 |
|
.P |
225 |
|
10. Case-insensitive matching applies only to characters whose values are less |
226 |
than 128, unless PCRE is built with Unicode property support. Even when Unicode |
than 128, unless PCRE is built with Unicode property support. Even when Unicode |
227 |
property support is available, PCRE still uses its own character tables when |
property support is available, PCRE still uses its own character tables when |
228 |
checking the case of low-valued characters, so as not to degrade performance. |
checking the case of low-valued characters, so as not to degrade performance. |
251 |
.rs |
.rs |
252 |
.sp |
.sp |
253 |
.nf |
.nf |
254 |
Last updated: 18 April 2007 |
Last updated: 13 June 2007 |
255 |
Copyright (c) 1997-2007 University of Cambridge. |
Copyright (c) 1997-2007 University of Cambridge. |
256 |
.fi |
.fi |