Lucee Function Reference
Function PRESERVESINGLEQUOTES
Returns back string without letting the engine escape the single quotes. Used within CFQUERY blocks usually
Example
preservesinglequotes(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 |
---|---|---|---|
string | string | Yes | Variable that contains a string in which to preserve single-quotation marks. |