Static
isValidate email format
The email string to validate
True if the email format is valid
Static
isCheck if value is empty
The value to check
True if the value is empty
Static
isValidate equality (e.g., confirm password)
The first value
The second value to compare against
True if both values are equal
Static
isValidate 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
Static
isValidate if value is numeric
The value to check
True if the value is numeric
Static
isValidate required field
The value to validate
True if the value is not empty
Static
isValidate date string is valid
The date string or Date object to validate
True if the date is valid
Static
matchesMatch value against regex pattern
The string to test
The regex pattern to match against
True if the value matches the pattern
Static
maxValidate maximum string length
The string to validate
Maximum length (default: Infinity)
True if the string is within maximum length
Static
minValidate 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