For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

Syntax

UrlDecode(text)

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?