Help for this page

Select Code to Download


  1. or download this
        substr( $mask_input, $lastEnd, $start ) =~ tr[\x00-\xff][N];
    
  2. or download this
        substr( $mask_input, $lastEnd, $start ) =~ tr//N/c;