Create a string set from a delimited string, allowing for multiple delimiter characters
void tokenize(const char * s, const char * sepChars, int fAllowEmptyTokens = 0);
tokenize Method