@HTMLDECODE[string] : Decode an HTML string. The HTML escaped characters (i.e., >) are replaced with their original values.

 

Example:

 

echo "%@htmldecode[This is & a string]"

"This is & a string"

 

See also TPIPE.