Skip to content

unquotePlus

unquotePlus(s: string): string

Defined in: packages/pythonlib/src/urllib.ts:294

Like unquote() but also decodes plus signs as spaces.

Parameters

ParameterTypeDescription
sstringString to decode

Returns

string

Decoded string