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
URLDecode("test%40email.com")
returns the text value "test@email.com".