[Base] Add xe::utf8::count.

This commit is contained in:
gibbed
2020-04-12 15:48:55 -05:00
committed by Rick Gibbed
parent e03368c37e
commit 60681eeb23
2 changed files with 32 additions and 30 deletions

View File

@@ -17,6 +17,8 @@
namespace xe::utf8 {
size_t count(const std::string_view view);
std::string lower_ascii(const std::string_view view);
std::string upper_ascii(const std::string_view view);