20 #ifndef UTILS_STRINGS_REMOVE_EXTENSION_H
21 #define UTILS_STRINGS_REMOVE_EXTENSION_H
32 if (extension.empty() &&
string->back() !=
'.')
35 std::string period(
".");
bool RemoveExtension(std::string *string)
std::string GetExtension(const std::string &string)
bool RemoveSuffix(const std::string &suffix, std::string *string)