Help for this page

Select Code to Download


  1. or download this
    $str=123;
    $fu = length($str);
    print $fu,"\n";
    
  2. or download this
    perl -e '$str="fff123"; $fu = ($str =~ tr/[a-z]//c); print $fu,"\n";'