Function TRAP::Utils::String::GetSuffixStringView#

Function Documentation#

constexpr std::string_view TRAP::Utils::String::GetSuffixStringView(std::string_view name)#

Get the suffix of a string(everything after the last ‘.’ in the string).

Parameters:

name – String to get suffix from.

Returns:

Suffix if found, nullptr otherwise.