StaticisValidate email format
The email string to validate
True if the email format is valid
StaticisCheck if value is empty
The value to check
True if the value is empty
StaticisValidate equality (e.g., confirm password)
The first value
The second value to compare against
True if both values are equal
StaticisValidate value is within a given range
The numeric value to validate
Minimum value (default: 0)
Maximum value (default: 100)
True if the value is within the specified range
StaticisValidate if value is numeric
The value to check
True if the value is numeric
StaticisValidate required field
The value to validate
True if the value is not empty
StaticisValidate date string is valid
The date string or Date object to validate
True if the date is valid
StaticmatchesMatch value against regex pattern
The string to test
The regex pattern to match against
True if the value matches the pattern
StaticmaxValidate maximum string length
The string to validate
Maximum length (default: Infinity)
True if the string is within maximum length
StaticminValidate minimum string length
The string to validate
Minimum length (default: 1)
True if the string meets minimum length
VelocityUI Validation Utilities Collection of reusable input validation functions