Browse Source

str.hpp

webui
Antonio SJ Musumeci 1 week ago
parent
commit
1da9b2c478
  1. 4
      src/str.hpp

4
src/str.hpp

@ -87,6 +87,10 @@ namespace str
startswith(const std::string &str_,
const std::string &prefix_);
bool
startswith(const std::string &str_,
const std::string_view prefix_);
bool
startswith(const char *str,
const char *prefix);

Loading…
Cancel
Save