replaceSingleQuotes property

bool replaceSingleQuotes
getter/setter pair

Indicates whether to replaces all single quotes within strings. Default: FALSE. The replacement string used is configurable via the singleQuoteReplacement option.

Implementation

bool replaceSingleQuotes = false;