Function xbe::sdk::utils::strings::Split

Function xbe::sdk::utils::strings::Split#

Function Documentation#

std::vector<utility::string_t> xbe::sdk::utils::strings::Split(const utility::string_t &str, const utility::char_t &delimiter)#

Splits the provided string into a list of substrings separated by the specified delimiter.

Parameters:
  • str – The string to split.

  • delimiter – The delimiter character to search and split the string with.

Returns:

The list of substrings separated by the delimiter.