Function Block HTML_DECODE

The Function Block HTML_DECODE converts special HTML characters back to letters.

Input

The input defines the string to be decoded.

Output

The decoded value. The following characters are converted.

Character Replacement
& (Ampersand) &
" (Double Quotation Mark) "
' (Single Quotation Mark) '
< (Less Than) &lt;
> (Greater Than) &gt;

See Also