regex method
Validate that the value matches a regex
pattern
Implementation
FormValidator regex(String regex) {
_addRule(r'regex:' + regex);
return this;
}
Validate that the value matches a regex
pattern
FormValidator regex(String regex) {
_addRule(r'regex:' + regex);
return this;
}