20 #ifndef UTILS_STRINGS_REMOVE_PREFIX_H
21 #define UTILS_STRINGS_REMOVE_PREFIX_H
28 inline bool RemovePrefix(
const std::string &prefix, std::string *
string) {
32 string->erase(0, prefix.size());
bool HasPrefix(const std::string &string, const std::string &prefix)
bool RemovePrefix(const std::string &prefix, std::string *string)