Function TRAP::Utils::String::GetLines#

Function Documentation#

constexpr std::vector<std::string> TRAP::Utils::String::GetLines(const std::string &str)#

Split a string on new line.

Parameters:

str – String to split up.

Returns:

Vector of strings splitted by new lines.