package
2.7.3
Repository: https://github.com/aeo123/gf.git
Documentation: pkg.go.dev

# 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.