Help for this page

Select Code to Download


  1. or download this
    use utf8;
    my $suspect = "vähicule";
    if($suspect =~ /^\w+$/) {
         print STDERR "MATCHES\n";
    }