Package com.oorian.validation.validators
package com.oorian.validation.validators
-
ClassDescriptionValidates that a value contains only alphanumeric characters.Form-level validator that compares two field values.Comparison operations supported by the validator.Validates credit card numbers using the Luhn algorithm.Credit card types.Form-level validator that validates date ranges across two fields.Validates date format and optionally date range.Validates email address format.Validates string length constraints.Validates that a value contains only numeric characters.Validates that a value matches a regular expression pattern.Validates phone number formats.Phone number format types.Validates that a numeric value is within a specified range.Validates that a value is present and not empty.Async validator that checks if a value already exists using a provided function.UrlValidator<T>Validates URL format.