tchmi_decode_html

[ Function ]

function tchmi_decode_html(text: string): string;

Decodes an HTML string.

Parameter

Name

Type

Description

text

string

The text to be decoded

Return value

Type

Description

string

Decoded string.

tchmi_decode_html 1:

Available from version 1.12

Sample - JavaScript

TcHmi.Log.debug(tchmi_decode_html('Test "')); // 'Test \"'