#include <StringUtils.h>
Static Public Member Functions | |
| static int | SplitString (const string &input, const string &delimiter, vector< string > &results) |
this class is used by multiple other classes in order to process strings
| int StringUtils::SplitString | ( | const string & | input, | |
| const string & | delimiter, | |||
| vector< string > & | results | |||
| ) | [static] |
splits the string based on the provided delimeter and puts the resulting strings into results and returns the number of results
1.6.1