An open API service indexing awesome lists of open source software.

https://github.com/froggs/uri-encode

Encode and decode URI strings as defined by RFC 3986
https://github.com/froggs/uri-encode

Last synced: 5 months ago
JSON representation

Encode and decode URI strings as defined by RFC 3986

Awesome Lists containing this project

README

          

=head1 URI::Encode

A Perl 6 module for encoding / decoding URIs

=head2 Synopsis

use URI::Encode;

my $encoded_uri = uri_encode('www.example.com/');
my $decoded_uri = uri_decode('www.example.com%2f/a%20new%20way');

=head2 Author

David Farrell

=head2 License

FreeBSD - see LICENSE

=cut