QuotedStringTokenizer.quoteOnly

Quote a string into an Appendable. Only quotes and backslash are escaped.

@param buffer The Appendable @param input The string to quote.

class QuotedStringTokenizer
static
void
quoteOnly
(
Appendable buffer
,
string input
)

Meta