Help for this page
[a-zA-Z0-9]
my $string = "I am not a window washer."; if($string =~ ?what pattern would I search for?) { ... } else { # String is perfect only alphanumeric }