Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 7.16 KB

File metadata and controls

41 lines (33 loc) · 7.16 KB

utf8-validate

A utf8 validator written in luau

NPM Version pesde wally

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/utf8-validate@2.0.2"

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.