From 2e0b2e62f92f9dd25a801f4c54f32dae4196e2eb Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sun, 4 Jan 2026 00:37:14 -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 478e9f8a..1f84f5da 100644 --- a/src/str.hpp +++ b/src/str.hpp @@ -91,6 +91,10 @@ namespace str startswith(const std::string &str_, const std::string_view prefix_); + bool + startswith(const std::string &str_, + const char *prefix_); + bool startswith(const char *str, const char *prefix);