Help for this page

Select Code to Download


  1. or download this
    if( $test =~ /^\d{4}$/ ) {
        ...
    }
    
  2. or download this
    if( length($test) == 4 ) {
        ...
    }