Help for this page

Select Code to Download


  1. or download this
            elsif ( $x =~ /[^\w\s]/ ) {
                $x = "";
            }
    
  2. or download this
                        if (   ( $x !~ /^\d\d\/\d\d\/\d\d/ )
                            && ( $x != "Patient" ) )