From 1da9b2c4787fa0bc9fc1ba7a63a3953d07d85e2a Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Fri, 2 Jan 2026 14:31:44 -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 ddaa2f66..478e9f8a 100644 --- a/src/str.hpp +++ b/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);