Create a string set from a delimited string
void tokenize(const char * s, char sepChar, int fAllowEmptyTokens = 0);
tokenize Method