Function TRAP::Utils::String::SplitStringView(std::string_view, char)#
Function Documentation#
-
constexpr std::vector<std::string_view> TRAP::Utils::String::SplitStringView(std::string_view str, char delimiter)#
Split a string by the delimiter.
- Parameters:
str – String to split up.
delimiter – Delimiter to split source string with.
- Returns:
Vector of strings splitted by the given delimiter.