HtmlEncode

circle-info

The HtmlEncode() function converts a text to an HTML encoded text.

Wiki: more about Html Encodingarrow-up-right

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

circle-check

Syntax

chevron-rightHtmlEncode(text)hashtag

HtmlEncode("\"Line 1\"\n'Line 2'")

=> "Line 1" 'Line 2'

Parameters

Name
Type
Required
Description

text

text

☑️

a text string that is used in an HTML element

Last updated

Was this helpful?