UrlDecode
The UrlDecode()
function translates an URL to regular text.
This function is NOT SQL compatible. For more information about SQL compatibility, see our documentation.
Returns a new text where each special character in text
is decoded.
Returns Invalid expression if the parameter is not a text.
Syntax
Parameters
Name | Type | Required | Description |
---|---|---|---|
| text | ☑️ | a text in URL format. |
Last updated