core library

The package's core validators.

Classes

Digit
Digit - any one of the ten numbers 0 to 9.
Equal
Equality rule - checks whether A == B.
MaxLen
Validates an optional not too long String value.
MinLen
Validates an optional not too short String value.
Req
Mandatory field.
Rules<T>
Multiple rules applied to a field.
Trim
Trimmed value.