Help for this page
if (/^(\w+)$/) { print "found [$1]\n"; }
if (/^([A-Za-z]+)$/) { print "found [$1]\n"; }
if (/^([[:alpha:]]+)$/) { print "found [$1]\n"; }