summaryrefslogtreecommitdiffhomepage
path: root/stringhelper.h
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2023-01-05 13:55:20 +0100
committerRoland Reichwein <mail@reichwein.it>2023-01-05 13:55:20 +0100
commit7973293c311e27ff08a1488c9759c1b5b0fda30e (patch)
treeb4c622de1af43979ba1779713398bbcb6e52be31 /stringhelper.h
parent0f2ac0c4311e4429bfa4ede1d96ce467b5dceb5b (diff)
Added tests
Diffstat (limited to 'stringhelper.h')
-rw-r--r--stringhelper.h2
1 files changed, 1 insertions, 1 deletions
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<std::string> split(std::string value, const std::string separators = "\r\n ");
EXPORT std::string join(std::vector<std::string> vs, std::string separator = "\n");
-EXPORT bool startsWithAnyOfLower(const std::string &s, const std::vector<std::string> &list);
+EXPORT bool istartsWithAnyOf(const std::string &s, const std::vector<std::string> &list);
} // namespace