ophidiedev/utf8_validate
v2.0.2 ·
UTF8 validator
utf8-validate
A utf8 validator written in luau
Note
The original source code for the validator used in this project can be found here
Features
- Validate whether a string contains only valid utf8 characters
Installation
Add to your wally.toml
:
utf8_validate = "ophidiedev/[email protected]"
Add to your pesde.toml
:
utf8_validate = { name = "ophidiedev/utf8_validate", version = "^2.0.2" }
Add to your package.json
:
"@rbxts/utf8-validate": "^2.0.2"
Read More
If you are interested in reading more about the problem this package solves, consider reading this story by community member Vorlias.
Licenses
- The original source code for the validator (utf8validator.lua) is MIT Licensed the original source can be found here.