Help for this page

Select Code to Download


  1. or download this
    (substr ("0$1", -2))
    
  2. or download this
    $str =~ s/(\.?[0-9a-eA-E]*)/(substr("0$1", -2))/ge;