Help for this page

Select Code to Download


  1. or download this
       $field =~ s/[^\w.-]//g; # keep alpha, num, and "_.-"
       if ($field =~ /([\w.-]+)/) {
    ...
          $field = undef;
       }
       # now $field is untainted