Lucee Function Reference

urldecode()

Decodes a URL-encoded string.

Example

urldecode(string string,[string charset]):string

Arguments

The arguments for this function are set. You can not use other arguments except the following ones.
Name Type Required Default Value Description
string string  Yes   URL-encoded string.  
charset string  No utf-8 The character encoding in which the string is encoded.