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
- Host: GitHub
- URL: https://github.com/froggs/uri-encode
- Owner: FROGGS
- License: other
- Created: 2015-03-29T14:01:23.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-02T07:19:25.000Z (about 11 years ago)
- Last Synced: 2025-04-09T21:47:47.094Z (about 1 year ago)
- Language: Perl6
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.pod
- License: LICENSE
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