From 612c84967706f06044e428ddb5b3ed7bbc8f1bf9 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Mon, 12 Jan 2026 10:02:51 -0600 Subject: [PATCH] str.hpp --- src/str.hpp | 4 ++++ 1 file changed, 4 insertions(+) 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_);