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

decodehtml Operator

17 octobre 2016 à 15h29
purposeapply HTML decoding to a string
inputa selection of titles
outputthe input with HTML decoding applied

Learn more about how to use Filters

Depuis : 5.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