# Functions
Entities encodes all HTML chars for content.
EntitiesDecode decodes all HTML chars for content.
SpecialChars encodes some special chars for content, these special chars are: "&", "<", ">", `"`, "'".
SpecialCharsDecode decodes some special chars for content, these special chars are: "&", "<", ">", `"`, "'".
SpecialCharsMapOrStruct automatically encodes string values/attributes for map/struct.
StripTags strips HTML tags from content, and returns only text.