Function TRAP::Utils::String::GetLinesStringView#

Function Documentation#

constexpr std::vector<std::string_view> TRAP::Utils::String::GetLinesStringView(std::string_view str)#

Split a string on new line.

Parameters:

str – String to split up.

Returns:

Vector of strings splitted by new lines.