htmldecode(
TEXT
)

The htmldecode( function converts HTML text into regular text by converting any special HTML entities (&, ©, etc.) into the corresponding characters.


Parameters

This function has one parameter:

text – HTML text to be converted.


Description

This function converts HTML text into regular text by converting any special HTML entities (&, ©, etc.) into the corresponding characters.

htmldecode("Bob & Alice") ☞ Bob & Alice
htmldecode("Copyright © 2016") ☞ Copyright © 2016

See Also


History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0