unquote
unquote(
s:string):string
Defined in: packages/pythonlib/src/urllib.ts:284
Decode a percent-encoded string.
Parameters
| Parameter | Type | Description |
|---|---|---|
s | string | String to decode |
Returns
string
Decoded string
unquote(
s:string):string
Defined in: packages/pythonlib/src/urllib.ts:284
Decode a percent-encoded string.
| Parameter | Type | Description |
|---|---|---|
s | string | String to decode |
string
Decoded string