Validation Class RoyalHeart
Package:
Summary:
Validate string values
Groups:
Author:
Description:
This class can be used to validate string values.
In can take one or more string values and validated them according to multiple validation rules.
Currently it can validate values for not being empty, match a regular expression, have a length between given limits, not having a string appear more than a given number of times, represent a value of a given type, have a numeric value within a given range.
In can take one or more string values and validated them according to multiple validation rules.
Currently it can validate values for not being empty, match a regular expression, have a length between given limits, not having a string appear more than a given number of times, represent a value of a given type, have a numeric value within a given range.
Comments are closed.