Lucee Function Reference
esapidecode()
This Function is deprecated
Deprecated legacy function. Use GuardDecode instead.
Example
esapidecode(string decodeFrom,string string):string
Category
decode,security,url,unencode
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
| Name | Type | Required | Description |
|---|---|---|---|
| decodeFrom | string | Yes |
The encoding format to reverse. Valid values: |
| string | string | Yes | The encoded string to process. |