Function TRAP::Utils::String::GetSuffix#
Function Documentation#
-
constexpr std::string TRAP::Utils::String::GetSuffix(const std::string &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, empty string otherwise.