just_validation library

Classes

EmailValidator
EmailValidator checks if a string is a valid email address.
IpAddressValidator
IpAddressValidator checks if a string is a valid IPv4 address.
IsTrueValidator
IsTrueValidator checks if a boolean value is true.
JustValidator<T>
Base class for all validators in the JustForm system.
LettersAndNumbersValidator
LettersOnlyValidator
MaxLengthValidator
MaxLengthValidator checks the maximum length of a string.
MinLengthValidator
MinLengthValidator checks the minimum length of a string.
NumbersOnlyValidator
RequiredValidator
RequiredValidator checks if a string field is not empty.
UrlValidator
ValidationError
Stores the validation result of a single field.