Htmlent

From Mailutils
Revision as of 05:08, 2 July 2014 by Gray (talk | contribs) (Created page with "'''Htmlent''' is a filter that converts characters '''<''', '''>''', and '''&''' to their corresponding [http://en.wikipedia.org/wiki/Character_entity_reference HTML entites] and...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Htmlent is a filter that converts characters <, >, and & to their corresponding HTML entites and vice-versa.

In encode mode, the filter replaces each occurrence of these characters with the corresponding named entity. In decode mode the reverse operation is performed.