UrlDecode

circle-info

The UrlDecode() function translates an URL to regular text.

This function is NOT SQL compatible. For more information about SQL compatibility, see our documentation.

circle-check

Syntax

chevron-rightUrlDecode(text)hashtag

UrlDecode("\"Line 1\"\n'Line 2'") => "Line 1" 'Line 2'

Parameters

Name
Type
Required
Description

text

text

☑️

a text in URL format.

Last updated

Was this helpful?