You have been redirected from an outdated version of the article. Below is the content available on this topic. To view the old article click here.

unescape_html()

Usage

unescape_html(string)

Description
Replaces HTML entities, e.g. & or " back to their special characters.

Example

${unescape_html('Test & Test')}

results in

Test & Test

Search results for "unescape_html()"

unescape_html()

Reverses the effect of escape_html().

unescape_html(string)