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. |
formDecode
|
Returns the decoded version of a form encoded string. |
formEncode
|
Returns the form encoded version of a given string. |
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-2014 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.