luau-character
Version:
A Luau library for Unicode character classification and conversion
9 lines (5 loc) • 379 B
Markdown
# Changelog
- update all classification functions to verify every character of the given string. Previously it checked only the first character ([#2](https://https://github.com/seaofvoices/luau-character/pull/2))
- add `toLowercase` and `toUppercase` functions to convert strings ([#1](https://https://github.com/seaofvoices/luau-character/pull/1))
## 0.1.0
- Initial version