HarmonyIO / Validation

Asynchronous validation library
MIT License
5 stars 2 forks source link

Regex pattern based validation rule #19

Closed PeeHaa closed 5 years ago

PeeHaa commented 5 years ago

Implement regex based validation rule.

Also note in the docs that users probably should not directly use this rule for their validation, but rather should implement it in their own custom rules.