Decoding a URL format stringΒΆ

web_decode()

Decode a URL format string


SYNTAX

web_decode(string)

Decode a string that has been encoded by the web_encode() function. This function is provided in case it proves useful, though all parameters sent by a web page are decoded automatically.

The function returns the decoded string.

Note

New in version 6.3.0: See the new features.

The character conversion honors the value set in sys.CharSetEncodeFrom and sys.CharSetEncodeTo, so that the string received is supposed to be sys.CharSetEncodeTo encoded while the result is converted into the sys.CharSetEncodeFrom encoding.


RELATED TOPICS

Creating web pages with Sculptor

Internet functions

sys.CharSetEncodeFrom and sys.CharSetEncodeTo