UrlEncode
The UrlEncode()
function makes a text compatible to be used as an URL.
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 URL escaped.
Returns Invalid expression
if the parameter is not a text.
Syntax
Parameters
Name
Type
Required
Description
text
text
☑️
a text
Last updated