From 2b21312b367bbde7473e95093fbebbf79e693df1 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 17 Feb 2014 23:29:08 +0100 Subject: util/StringUtil: add StringEndsWith() Replaces g_str_has_suffix(). --- src/util/StringUtil.hxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/util/StringUtil.hxx') diff --git a/src/util/StringUtil.hxx b/src/util/StringUtil.hxx index a48e2abc9..779d5d776 100644 --- a/src/util/StringUtil.hxx +++ b/src/util/StringUtil.hxx @@ -51,6 +51,10 @@ gcc_pure bool StringStartsWith(const char *haystack, const char *needle); +gcc_pure +bool +StringEndsWith(const char *haystack, const char *needle); + /** * Checks whether a string array contains the specified string. * -- cgit v1.2.3