in reply to
match utf8
\p{Letter} is the corresponding UTF8 aware character class for \w
cat /dev/world | perl -e "(/(^.*? \?) 42\!/) && (print $1))"
errors->(c)
Comment on
Re: match utf8
In Section
Seekers of Perl Wisdom