summaryrefslogtreecommitdiffhomepage
path: root/stringhelper.h
diff options
context:
space:
mode:
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