kinetex - v1.0.0-rc.1
    Preparing search index...

    Function percentDecode

    • Decode a percent-encoded string. Handles UTF-8 multi-byte sequences. Falls back to raw byte decoding on malformed sequences.

      Parameters

      • str: string

        The percent-encoded string.

      Returns string

      The decoded string (or original on failure).