QuotedStringTokenizer.quoteIfNeeded

Quote a string. The string is quoted only if quoting is required due to embedded delimiters, quote characters or the empty string.

@param s The string to quote. @param delim the delimiter to use to quote the string @return quoted string

class QuotedStringTokenizer
static
string
quoteIfNeeded
(
string s
,
string delim
)

Meta