Files
kumomta/docs/reference/kumo.encode/hex_encode.md
T
Wez Furlong 55770052a5 add kumo.encode module
This provides a variety of encode/decode functions for things
like base64 and base32 encoding
2023-08-12 08:42:44 -07:00

6 lines
118 B
Markdown

# `kumo.encode.hex_encode(STRING)`
{{since('dev')}}
Applies hex encoding to STRING, and returns the encoded string.