diff options
author | crupest <crupest@outlook.com> | 2022-01-18 23:31:10 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-01-18 23:31:10 +0800 |
commit | bcd603a2f3f3e8525f15df1faa85ed1fcbe3a220 (patch) | |
tree | a3671ff3871af16576eb8b20258d1699821880cf /include/cru/common/StringUtil.hpp | |
parent | dadfa6e184ff538763fd627c0d859ec85c047864 (diff) | |
parent | 46ced88c30eeb5f84b7fe78a36d18428babe4fcf (diff) | |
download | cru-bcd603a2f3f3e8525f15df1faa85ed1fcbe3a220.tar.gz cru-bcd603a2f3f3e8525f15df1faa85ed1fcbe3a220.tar.bz2 cru-bcd603a2f3f3e8525f15df1faa85ed1fcbe3a220.zip |
Merge branch 'dev'
Diffstat (limited to 'include/cru/common/StringUtil.hpp')
-rw-r--r-- | include/cru/common/StringUtil.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/cru/common/StringUtil.hpp b/include/cru/common/StringUtil.hpp index 3c673db1..2d53fc2b 100644 --- a/include/cru/common/StringUtil.hpp +++ b/include/cru/common/StringUtil.hpp @@ -223,6 +223,7 @@ char16_t CRU_BASE_API ToLower(char16_t c); char16_t CRU_BASE_API ToUpper(char16_t c); bool CRU_BASE_API IsWhitespace(char16_t c); +bool CRU_BASE_API IsDigit(char16_t c); Utf8CodePointIterator CRU_BASE_API CreateUtf8Iterator(const std::byte* buffer, Index size); |