x_validation library

Classes

ConditionFieldValidator
Validates the field based on a specified condition.
DateFieldValidator
Validates a date field.
EmailFieldValidator
Validates if the field is a valid email adress.
ExactMatchFieldValidator
Validates if the field matches the text.
FieldValidator
Takes in Field Validators and validates them.
FieldValidatorCore
Base class for any field validator.
LengthFieldValidator
Validates if the field if not empty.
NumericFieldValidator
Validates if the field is numeric and in the specified range.
PatternFieldValidator
Validates if the field matches the pattern.
RequiredFieldValidator
Validates if the field if not empty.