Browse Source

str.cpp

webui
Antonio SJ Musumeci 2 weeks ago
parent
commit
de9e24464a
  1. 6
      src/str.cpp

6
src/str.cpp

@ -349,8 +349,8 @@ str::replace(const std::string &s_,
} }
std::string std::string
str::remove_prefix(const std::string &str,
const std::string &prefix)
str::remove_prefix(const std::string &str,
const std::string_view prefix)
{ {
if(str::startswith(
} }
Loading…
Cancel
Save