function

hex2bin . string . sncode

VERSIONlatest Decodes a hexadecimally encoded binary string.

HEX2BIN

NAME

hex2bin - Decodes a hexadecimally encoded binary string

SYNOPSIS

hex2bin(data)

PARAMETERS

data
Hexadecimal representation of data

RETURN

Returns the binary representation of the given data

EXAMPLES

Note: In the followings examples, the _ between the { should be removed to make it work.

in:  res={_{hex2bin("0A0D610D0A620D630A64");}}.
out: res=
\ra\r
b\rc
d");.

AUTHOR

Written by Pusnei Sergey and Caroline Laplante, <sergey@sednove.com>