|
Name | Description |
---|---|
s | An url escaped string to be converted. |
e | The encoding to use when converting the bytes to a character. |
string - A new string with all occurrences of %xx replaced with the corresponding character.
Decodes string from an URL-friendly format.
The inverse of WWW.EscapeURL.
See Also: WWW.EscapeURL.