From 579e48edbb3d897e04bcf50ef630cab597fe6d84 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 17 Feb 2014 22:37:43 +0100 Subject: util/StringUtil: add function Strip() Replaces g_strstrip(). --- src/util/StringUtil.hxx | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/util/StringUtil.hxx') diff --git a/src/util/StringUtil.hxx b/src/util/StringUtil.hxx index 933d82c16..a48e2abc9 100644 --- a/src/util/StringUtil.hxx +++ b/src/util/StringUtil.hxx @@ -40,6 +40,13 @@ strchug_fast(char *p) return const_cast(strchug_fast((const char *)p)); } +/** + * Skip whitespace at the beginning and terminate the string after the + * last non-whitespace character. + */ +char * +Strip(char *p); + gcc_pure bool StringStartsWith(const char *haystack, const char *needle); -- cgit v1.2.3