[Base] Add xe::utf8::count.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user