URLDecode
Decodes a URL-encoded string.
Method Signature
Arguments
Argument | Type | Required | Description | Default |
---|---|---|---|---|
|
|
| The URL-encoded string to decode. | |
|
|
| The charset to use when decoding the string. Defaults to UTF-8. |
|
Examples
Related
Last updated