fun String.urlDecode(encoding: String = "UTF-8"): String
Decodes a URL-encoded string by calling URLDecoder.decode.
encoding - String encoding (UTF-8 by default).
encoding
Return Decoded version of URL-encoded string.