From 69b31580fb7b0fa311024b55fd225f02e4efd8ae Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Fri, 2 Jan 2026 14:15:08 -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 75686796..4f437a72 100644 --- a/src/str.hpp +++ b/src/str.hpp @@ -106,4 +106,8 @@ namespace str replace(const std::string &s, const char src, const char dst); + + std::string + remove_prefix(const std::string &str, + const std::string &prefix); }