String decodeURL(String url, String encoding)String decodeURL(String url, String encoding)| Name | Type | Description | 
|---|---|---|
url | String | The URL content to decode. | 
encoding | String | The encoding which will be $1UTF-8$1 if null or empty value specified. | 
| Type | Description | 
|---|---|
String | The decoded url. |