diff --git a/src/str.cpp b/src/str.cpp index 6d3ecd97..d8fb939e 100644 --- a/src/str.cpp +++ b/src/str.cpp @@ -347,3 +347,7 @@ str::replace(const std::string &s_, return s; } + +std::string +str::remove_prefix(const std::string &str, + const std::string &prefix);