cfdocs

preserveSingleQuotes

Prevents CFML from automatically escaping single quotation mark characters that are contained in a variable. CFML does not evaluate the argument.

preserveSingleQuotes(variable)
returns void

Argument Reference

Name Type Required Default Description
variable string Yes   Variable that contains a string in which to preserve single quotation marks.