Function queryUnescape

  • QueryUnescape does the inverse transformation of QueryEscape, converting each 3-byte encoded substring of the form "%AB" into the hex-decoded byte 0xAB.

    It throw an error if any % is not followed by two hexadecimal digits.

    Throws

    EscapeException

    Parameters

    • s: string

    Returns string

Generated using TypeDoc