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)