| 364 |
\ew, and always match \eD, \eS, and \eW. This is true even when Unicode |
\ew, and always match \eD, \eS, and \eW. This is true even when Unicode |
| 365 |
character property support is available. These sequences retain their original |
character property support is available. These sequences retain their original |
| 366 |
meanings from before UTF-8 support was available, mainly for efficiency |
meanings from before UTF-8 support was available, mainly for efficiency |
| 367 |
reasons. Note that this also affects \eb, because it is defined in terms of \ew |
reasons. Note that this also affects \eb, because it is defined in terms of \ew |
| 368 |
and \eW. |
and \eW. |
| 369 |
.P |
.P |
| 370 |
The sequences \eh, \eH, \ev, and \eV are Perl 5.10 features. In contrast to the |
The sequences \eh, \eH, \ev, and \eV are Perl 5.10 features. In contrast to the |