This page is part of a static HTML representation of the TiddlyWiki at https://tiddlywiki.com/

decodehtml Operator

 17th October 2016 at 3:29pm
purposeapply HTML decoding to a string
inputa selection of titles
outputthe input with HTML decoding applied

Learn more about how to use Filters

Introduced in v5.1.14

"HTML decoding" means replacing HTML entities that represent special characters with that character:

  • & replaced with &
  •   replaced with (non breaking space)
  • &lt; replaced with <
  • &gt; replaced with >
  • &quot; replaced with "

Examples