Skip to content

unquote

unquote(s: string): string

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

Decode a percent-encoded string.

Parameters

ParameterTypeDescription
sstringString to decode

Returns

string

Decoded string