LaCava Research Wiki

Initiated September 2017

encodehtml Operator

17th October 2016 at 11:30am

"HTML encoding" means replacing special HTML characters with the corresponding HTML entity:

  • & replaced with &
  • < replaced with &lt;
  • > replaced with &gt;
  • " replaced with &quot;

Examples