From d97447c85fe6f1c917e68ae73fa91f7aa37a0c85 Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Thu, 18 Nov 2021 00:16:50 +0100 Subject: strutil: Add to_lower_ascii --- src/strutil.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/strutil.hh') diff --git a/src/strutil.hh b/src/strutil.hh index 28bbf55..27b5827 100644 --- a/src/strutil.hh +++ b/src/strutil.hh @@ -46,6 +46,8 @@ void join(std::vector const& in, std::string_view delim, [[nodiscard]] bool starts_with(std::string_view str, std::string_view prefix); [[nodiscard]] bool ends_with(std::string_view str, std::string_view suffix); +std::string to_lower_ascii(std::string_view str); + } // namespace str #endif // STRUTIL_HH -- cgit v1.2.3-70-g09d2