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

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