blob: c5818cb2e6f525719637afa465c9bfba038aed9e (
plain) (
blame)
1
2
3
4
5
6
7
|
Package to validate various data. It includes:
* numbers (min/max, decimal or not)
* email (syntax, domain check)
* string (predefined type alpha upper and/or lowercase, numeric,...)
* date (min, max) (With the Date module installed)
* uri (RFC2396)
* possibility valid multiple data with a single method call (::multiple)
|