escapeChar
private fn
string escapeChar(char c, char quote) @safe pure nothrowEscapes a character for inclusion in a quoted string.
Parameters
c | The character to escape |
quote | The quote character being used |
Returns
The escaped character sequence