urlDecode(url,encoding)¶
Definition¶
String urlDecode(String url, String encoding)
Description¶
Decodes URL with the specified encoding scheme and returns the resulting string.
Parameter Definition¶
Name | Type | Description |
---|---|---|
url | String | URL to decode |
encoding | String | text encoding |