30 #ifndef WSTRING_COMPARE_HXX
31 #define WSTRING_COMPARE_HXX
gcc_nonnull_all const wchar_t * StringAfterPrefix(const wchar_t *string, const wchar_t *prefix)
Returns the portion of the string after a prefix.
gcc_pure bool StringStartsWith(const wchar_t *haystack, const wchar_t *needle)
gcc_pure bool StringEndsWith(const wchar_t *haystack, const wchar_t *needle)
static bool StringIsEmpty(const wchar_t *string)
gcc_pure const wchar_t * FindStringSuffix(const wchar_t *p, const wchar_t *suffix)
Check if the given string ends with the specified suffix.