Help for this page

Select Code to Download


  1. or download this
    $ perl -e '$str = "+000000"; $match = $str =~ /^\+\d{6}/;
    print "MATCH\n" if($match);'
    
  2. or download this
    MATCH