Form Field Validators
object FormFieldValidators
This object contains some form field validators that are commonly needed in forms.
If any of them do not meet your needs (for instance, maybe the email address regex is too permissive), then you should write your own custom validators and use those instead. You can also make a pull request to add to this file any validators you think would be useful to others.