validator
class Validator to validate input fields
Actual valid methods to validate inputs
- required
- date
- minlength
- maxlength
- exactlength
- greaterthan
- lessthan
- alpha
- alphanumeric
- integer
- float
- numeric
- url
- phone
- zipcode
- startswith
- endswith
- contains
- regex
- inlist