Uses of Class
org.apache.commons.validator.routines.RegexValidator
-
Packages that use RegexValidator Package Description org.apache.commons.validator.routines This package contains independant 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 RegexValidator
CodeValidator. getRegexValidator()
Return the regular expression validator.Constructors in org.apache.commons.validator.routines with parameters of type RegexValidator Constructor Description CodeValidator(RegexValidator regexValidator, int minLength, int maxLength, CheckDigit checkdigit)
Construct a code validator with a specified regular expression validator, minimum/maximum length andCheckDigit
validation.CodeValidator(RegexValidator regexValidator, int length, CheckDigit checkdigit)
Construct a code validator with a specified regular expression, validator, length andCheckDigit
validation.CodeValidator(RegexValidator regexValidator, CheckDigit checkdigit)
Construct a code validator with a specified regular expression, validator andCheckDigit
validation.UrlValidator(java.lang.String[] schemes, RegexValidator authorityValidator, long options)
Customizable constructor.UrlValidator(RegexValidator authorityValidator, long options)
Initialize a UrlValidator with the given validation options.
-