|
Brunot
|
Functions | |
| static auto | splitString (const std::string &fullString, const std::string &delimiter) -> std::vector< std::string > |
| splits a string into many smaller strings. | |
|
static |
splits a string into many smaller strings.
Used to split path into individual section when parsing
| fullString | string with delimiters in it |
| delimiter | sequence of characters to divide fullString by |