UrlEncode

circle-info

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.

circle-check

Syntax

chevron-rightUrlEncode(text)hashtag

UrlEncode("\"Line 1\"\n'Line 2'") => "%22Line+1%22%0a%27Line+2%27"

Parameters

Name
Type
Required
Description

text

text

☑️

a text

Last updated

Was this helpful?