encoding.HexDecode
Returns the hexadecimal decoding of the given content.
Syntax
encoding.HexDecode INPUT
Returns
string
{{ "48656c6c6f20776f726c64" | encoding.HexDecode }} → Hello worldHugo Documentation

Syntax
Returns
{{ "48656c6c6f20776f726c64" | encoding.HexDecode }} → Hello world