Function hextorstr

  • convert a hexadecimal string to raw string

    Parameters

    • hex: string

      hexadecimal string

    Returns string

    rawstring

    See

    rstrtohex

    Example

    hextorstr("616161") -> "aaa"
    hextorstr("610061") -> "a\x00a"