Function decodeURISearchPart

  • Decodes part of URI search string, i.e. either search parameter name or value.

    In contrast to standard decodeURIComponent function, this one treats plus signs ("+" (U+002B)) as spaces. I.e. decodes the same way as URLSearchParams do.

    Parameters

    • encodedURI: string

      Part of URI search string to decode.

    Returns string

    Decoded part of URI search string.

Generated using TypeDoc