unquote
Undo the effects of quote().
def unquote(
s: string
) - > string
Undo the effects of quote().
Parameters
| Name | Type | Description |
|---|---|---|
| s | string | The quoted string containing escape sequences to be decoded |
Returns
| Type | Description |
|---|---|
string | The decoded string where escaped sequences have been replaced by their original characters |