Function OrbitUtils::StringUtils::Tokenize#

Function Documentation#

int OrbitUtils::StringUtils::Tokenize(const string &str, vector<string> &tokens, const string &delimiters = " ")#

The Tokenizer. It returns the vector with tokens. The delimiter is optional, and by default it is a space.