Module vibe.textfilter.urlencode
URL-encode 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. |
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.