Create a string set from a delimited string, allowing for quotation
void tokenizeq(const char * s, const char * sepChars, char quoteChar = '\"', int fAllowEmptyTokens = false);
DStringSet Class