|
Name | Description |
---|---|
s | A string to be escaped. |
e | The encoding to use when converting characters to a character code. |
string - A new string with all illegal characters replaced with %xx where xx is the hexadecimal code for the character code.
Encodes string into an URL-friendly format.
Replaces illegal characters in s with the correct URL escaped code. Useful when building web page parameters.
See Also: WWW.UnEscapeURL.