LassoScript Utility
Basics Browse Detail

[Decode_HTML]

Tag Link [Decode_HTML] Category Encoding
Type Substitution Source Available No
Support Preferred Version 7.0
Change Unchanged Data Source Any
Output Type String Security Tag
Implementation LCAPI Sets Lasso 8.5, Lasso 8.0, Lasso 7.0

Description

The [Decode_HTML] tag decodes HTML entitites into UTF-8 characters which can be handled natively by Lasso's string type. [Decode_HTML] performs the opposite operation of the [Encode_HTML] tag and the -EncodeHTML keyword.

Syntax

[Decode_HTML: HTML Text]

Parameters

Required Parameters
HTML Text The HTML encoded text to be decoded.

Examples

See the Lasso 8 Language Guide for examples of how to use this tag.