Help for this page

Select Code to Download


  1. or download this
    use URI::Escape;
    
    print uri_unescape('This%20is%20a%20string') . "\n";
    
  2. or download this
    This is a string