Module vibe.textfilter.urlencode

URL-encoding implementation

Functions

Name Description
filterURLDecode Writes the decoded version of the given URL encoded string to an output range.
filterURLEncode Writes the URL encoded version of the given string to an output range.
urlDecode Returns the decoded version of a given URL encoded string.
urlEncode Returns the URL encoded version of a given string.

Aliases

Name Type Description
filterUrlDecode Compatibility alias, will be deprecated soon.
filterUrlEncode Compatibility alias, will be deprecated soon.

Authors

Jan Krüger, Sönke Ludwig

Copyright

© 2012 RejectedSoftware e.K.

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.