transform.HTMLEscape
Returns the given string, escaping special characters by replacing them with HTML entities.
Syntax
transform.HTMLEscape INPUT
Returns
string
Alias
htmlEscape
The transform.HTMLEscape function escapes five special characters by replacing them with HTML entities:
&→&<→<>→>'→'"→"
For example:
{{ htmlEscape "Lilo & Stitch" }} → Lilo & Stitch
{{ htmlEscape "7 > 6" }} → 7 > 6Last updated:
April 10, 2025
:
Merge commit '5be51ac3db225d5df501ed1fa1499c41d97dbf65' (283e97783)
Improve this page