URLDecode(Text text)

Converts a URL-encoded string into a decoded string.

Parameters

text
The text to decode.

Returns

Text

Remarks

This function is a counterpart of the URLEncode function.

Examples