unhex (Function)
Returns a string by converting the hexadecimal characters in the input string.
Syntax
<STRING> str:unhex(<STRING> input.string)
Query Parameters
Name | Description | Default Value | Possible Data Types | Optional | Dynamic |
---|---|---|---|---|---|
input.string | The hexadecimal input string that needs to be converted to string. | STRING | No | Yes |
Example 1
unhex("4d7953514c")
This converts the hexadecimal value to string.