From 43a1883ac80ce3ff4782cd74e5ad16a03887c2aa Mon Sep 17 00:00:00 2001 From: crupest Date: Mon, 10 May 2021 19:34:01 +0800 Subject: ... --- include/cru/common/StringUtil.hpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/cru/common') diff --git a/include/cru/common/StringUtil.hpp b/include/cru/common/StringUtil.hpp index 62999d53..912106c3 100644 --- a/include/cru/common/StringUtil.hpp +++ b/include/cru/common/StringUtil.hpp @@ -145,4 +145,9 @@ gsl::index Utf16PreviousWord(std::u16string_view str, gsl::index position, bool* is_space = nullptr); gsl::index Utf16NextWord(std::u16string_view str, gsl::index position, bool* is_space = nullptr); + +char16_t ToLower(char16_t c); +char16_t ToUpper(char16_t c); +std::u16string ToLower(std::u16string_view s); +std::u16string ToUpper(std::u16string_view s); } // namespace cru -- cgit v1.2.3