tchmi_decode_html
[ Function ]
function tchmi_decode_html(text: string): string;Decodes an HTML string.
Parameter
Name | Type | Description |
|---|---|---|
text | The text to be decoded |
Return value
Type | Description |
|---|---|
Decoded string. |
![]() | Available from version 1.12 |
Sample - JavaScript
TcHmi.Log.debug(tchmi_decode_html('Test "')); // 'Test \"'