quotePlus
quotePlus(
s:string,safe:string):string
Defined in: packages/pythonlib/src/urllib.ts:274
Like quote() but also encodes forward slashes.
Parameters
| Parameter | Type | Default value | Description |
|---|---|---|---|
s | string | undefined | String to encode |
safe | string | "" | Characters that should not be encoded |
Returns
string
Percent-encoded string