From 7973293c311e27ff08a1488c9759c1b5b0fda30e Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Thu, 5 Jan 2023 13:55:20 +0100 Subject: Added tests --- stringhelper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stringhelper.h') diff --git a/stringhelper.h b/stringhelper.h index 7b27a02..0ee6ab7 100644 --- a/stringhelper.h +++ b/stringhelper.h @@ -12,6 +12,6 @@ EXPORT std::string strfmt(const char* fmt, ...); EXPORT std::vector split(std::string value, const std::string separators = "\r\n "); EXPORT std::string join(std::vector vs, std::string separator = "\n"); -EXPORT bool startsWithAnyOfLower(const std::string &s, const std::vector &list); +EXPORT bool istartsWithAnyOf(const std::string &s, const std::vector &list); } // namespace -- cgit v1.2.3