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