Help for this page

Select Code to Download


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