string required default (empty string)The text to escape. Any HTML-special characters in it are replaced by their HTML entities; everything else is left unchanged. It is usually the output of a field-getter or of another command. An empty value yields an empty string.
{htmlspecialchars:a & b}
{htmlspecialchars:5" nail}
{htmlspecialchars:Ben & "Jerry's" <ice> & cream}
{htmlspecialchars:Tom & Jerry}
{htmlspecialchars:it's done}
{htmlspecialchars:<b>bold</b>}