HUGO
Menu
GitHub 89144 stars Mastodon

encoding.HexDecode

Returns the hexadecimal decoding of the given content.

Syntax

encoding.HexDecode INPUT

Returns

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

Last updated: January 1, 0001
Improve this page