Home Search

DriveWorks Solo 21
HTMLDecode

Send Feedback

HTMLDecode

Decodes a given HTML string.

Syntax

HTMLDecode([Input Value])

Where:

Input Value is the value to decode

Examples

RuleMeaning
HTMLDecode(DWVariableEncodedString)Will decode the given input value.

Character Decoding

HTML coded characters are decoded to their respective special ASCII characters , for example:

HTMLASCII Character
&lt;<
&gt;>
&amp;&
&quot;"