Help for this page

Select Code to Download


  1. or download this
      s/\%([0-9A-Z]{2})/chr(hex($1))/egi;
    
  2. or download this
    {
       use bytes;
       s/\%([0-9A-Z]{2})/chr(hex($1))/egi;
    }