Brunot
Loading...
Searching...
No Matches
util Namespace Reference

Functions

static auto splitString (const std::string &fullString, const std::string &delimiter) -> std::vector< std::string >
 splits a string into many smaller strings.

Function Documentation

◆ splitString()

auto util::splitString ( const std::string & fullString,
const std::string & delimiter )->std::vector< std::string >
static

splits a string into many smaller strings.

Used to split path into individual section when parsing

Parameters
fullStringstring with delimiters in it
delimitersequence of characters to divide fullString by
Returns
a vector of strings that were between delimiters in fullString
Here is the caller graph for this function: