Help for this page

Select Code to Download


  1. or download this
        if ($data =~ /^([\d\w]+)/ ) { notate('A', length($1)); }
    
  2. or download this
        if ($data =~ /^[A-Za-z0-9]+/ ) { notate('A', $+[0]); }