Lucee Function Reference
Function ESAPIDECODE
Decodes a string that has been encoded with ESAPIEncode.
Example
esapidecode(string decodeFrom,string string):string
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 |
given value is encoded as: |
string | string | Yes | string to encode |