convert a hexadecimal string to raw string
hexadecimal string
rawstring
rstrtohex
hextorstr("616161") -> "aaa"hextorstr("610061") -> "a\x00a" Copy
hextorstr("616161") -> "aaa"hextorstr("610061") -> "a\x00a"
convert a hexadecimal string to raw string