aboutsummaryrefslogtreecommitdiff
path: root/include/cru/common/StringUtil.hpp
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-01-18 22:40:39 +0800
committercrupest <crupest@outlook.com>2022-01-18 22:40:39 +0800
commitbc37fdb4b746ce0f5f5c49ad9779464acb488284 (patch)
tree53aa5b98ebba25016be1ec74a2ff161a70de4762 /include/cru/common/StringUtil.hpp
parentd28248cc4ccb1a1d81f0d82b8317767f4e2bff44 (diff)
downloadcru-bc37fdb4b746ce0f5f5c49ad9779464acb488284.tar.gz
cru-bc37fdb4b746ce0f5f5c49ad9779464acb488284.tar.bz2
cru-bc37fdb4b746ce0f5f5c49ad9779464acb488284.zip
...
Diffstat (limited to 'include/cru/common/StringUtil.hpp')
-rw-r--r--include/cru/common/StringUtil.hpp1
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);