diff --git a/src/str.hpp b/src/str.hpp index e16fad00..192d8673 100644 --- a/src/str.hpp +++ b/src/str.hpp @@ -101,6 +101,10 @@ namespace str startswith(const char *str, const char *prefix); + bool + startswith(const char *str, + nonstd::span prefixes); + bool endswith(const std::string &str_, const std::string &suffix_);