Uses of Class
org.apache.commons.validator.routines.RegexValidator
-
Packages that use RegexValidator Package Description org.apache.commons.validator.routines This package contains independent validation routines. -
-
Uses of RegexValidator in org.apache.commons.validator.routines
Methods in org.apache.commons.validator.routines that return RegexValidator Modifier and Type Method Description RegexValidatorCodeValidator. getRegexValidator()Gets the regular expression validator.RegexValidatorIBANValidator.Validator. getRegexValidator()Gets the RegexValidator.Constructors in org.apache.commons.validator.routines with parameters of type RegexValidator Constructor Description CodeValidator(RegexValidator regexValidator, int minLength, int maxLength, CheckDigit checkdigit)Constructs a code validator with a specified regular expression validator, minimum/maximum length andCheckDigitvalidation.CodeValidator(RegexValidator regexValidator, int length, CheckDigit checkdigit)Constructs a code validator with a specified regular expression, validator, length andCheckDigitvalidation.CodeValidator(RegexValidator regexValidator, CheckDigit checkdigit)Constructs a code validator with a specified regular expression, validator andCheckDigitvalidation.UrlValidator(java.lang.String[] schemes, RegexValidator authorityValidator, long options)Customizable constructor.UrlValidator(java.lang.String[] schemes, RegexValidator authorityValidator, long options, DomainValidator domainValidator)Customizable constructor.UrlValidator(RegexValidator authorityValidator, long options)Constructs a new instance with the given validation options.
-