Help for this page

Select Code to Download


  1. or download this
    my $_field1 = $in{other_state};
    if($_field1 =~ /[^A-Za-Z0-9\.\, ]+/) {
      my $_field1Check = $_field1;
      $_field1Check =~ s/[^A-Za-Z0-9\.\, ]+//g;
    }