Skip to main content

hexToAscii Search Operator

The hexToAscii operator converts a hexadecimal string to an ASCII string.

Syntax​

hexToAscii(<hexadecimal_field>) as <field>
hexToAscii("<hexadecimal string>") as <field>

Example​

The following returns V with a value of hello world:

| hexToAscii("68656c6c6f20776f726c640a") as V
Status
Legal
Privacy Statement
Terms of Use

Copyright © 2024 by Sumo Logic, Inc.