Last updated 1 month ago
Was this helpful?
Decodes a URL-encoded string.
URLDecode(string=[any], charset=[string])
string
any
true
The URL-encoded string to decode.
charset
false
The charset to use when decoding the string. Defaults to UTF-8.
UTF-8