| 368 |
\w, and always match \D, \S, and \W. This is true even when Unicode |
\w, and always match \D, \S, and \W. This is true even when Unicode |
| 369 |
character property support is available. These sequences retain their original |
character property support is available. These sequences retain their original |
| 370 |
meanings from before UTF-8 support was available, mainly for efficiency |
meanings from before UTF-8 support was available, mainly for efficiency |
| 371 |
reasons. |
reasons. Note that this also affects \b, because it is defined in terms of \w |
| 372 |
|
and \W. |
| 373 |
</P> |
</P> |
| 374 |
<P> |
<P> |
| 375 |
The sequences \h, \H, \v, and \V are Perl 5.10 features. In contrast to the |
The sequences \h, \H, \v, and \V are Perl 5.10 features. In contrast to the |
| 2244 |
</P> |
</P> |
| 2245 |
<br><a name="SEC28" href="#TOC1">REVISION</a><br> |
<br><a name="SEC28" href="#TOC1">REVISION</a><br> |
| 2246 |
<P> |
<P> |
| 2247 |
Last updated: 08 March 2009 |
Last updated: 18 March 2009 |
| 2248 |
<br> |
<br> |
| 2249 |
Copyright © 1997-2009 University of Cambridge. |
Copyright © 1997-2009 University of Cambridge. |
| 2250 |
<br> |
<br> |