-
- Distribution: Catmandu
- Module version: 1.2014
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository (git clone)
- Issues (36)
- Testers (67 / 0 / 0)
- Kwalitee
- 87.55% Coverage
- License: perl_5
- Perl: v5.10.1
- Activity
- 24 month
- Tools
- Download (813.37Kb) 0
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 18 contributors
- Nicolas Steenlant, C<< <nicolas.steenlant at ugent.be> >>
- Christian Pietsch
-
Dave Sherohman
- Doug Bell
- EC2 Default User
-
Jakob Voß
-
Johann Rolschewski
- Magnus Enger
- Matthias Vandermaesen
-
Mohammad S Anwar
-
Nicolas Franck
-
Patrick Hochstenbach
- Pieter De Praetere
- Snorri Briem
- Stefan Weil
- Tom Hukins
-
Upasana Shukla
-
Vitali Peil
- Dependencies
- Any::URI::Escape
- App::Cmd
- asa
- CGI::Expand
- Class::Method::Modifiers
- Clone
- Config::Onion
- Cpanel::JSON::XS
- Data::Compare
- Data::Util
- Hash::Merge::Simple
- HTTP::Request
- IO::Handle::Util
- List::MoreUtils
- Log::Any
- Log::Any::Adapter
- LWP::UserAgent
- MIME::Types
- Module::Build
- Module::Info
- Moo
- MooX::Aliases
- namespace::clean
- Package::Stash
- Parser::MGC
- Path::Iterator::Rule
- Path::Tiny
- Role::Tiny
- Role::Tiny::With
- String::CamelCase
- Sub::Exporter
- Sub::Quote
- Text::CSV
- Text::Hogan::Compiler
- Throwable
- Time::HiRes
- Try::Tiny::ByClass
- Unicode::Normalize
- URI
- URI::Template
- UUID::Tiny
- YAML::XS
- CPAN Testers List
- Reverse dependencies
- Dependency graph
NAME
Catmandu::Fix::uri_decode - percent decode a URI
SYNOPSIS
# '3%A9' => 'café'
uri_decode(place)
# '%E1%BD%81+%CF%84%E1%BF%B6%CE%BD+%CE%A0%CE%AD%CF%81%CF%83%CF%89%CE%BD+%CE%B2%CE%B1%CF%83%CE%B9%CE%BB%CE%B5%CF%8D%CF%82' => 'ὁ τῶν Πέρσων βασιλεύς'
uri_decode(title)
SEE ALSO
Catmandu::Fix, Catmandu::Fix::uri_encode, URI::Escape
Module Install Instructions
To install Catmandu::Fix::uri_decode, copy and paste the appropriate command in to your terminal.
cpanm Catmandu
perl -MCPAN -e shell install Catmandu
For more information on module installation, please visit the detailed CPAN module installation guide.