freebsd-ports/devel/pear-Validate/pkg-descr
Rong-En Fan 2d5c9e3876 - Update to 0.6.5
- Pass maintainership to submitter

PR:		ports/105300
Submitted by:	Anish Mistry
2006-11-09 09:27:22 +00:00

9 lines
366 B
Text

Package to validate various data. It includes:
* numbers (min/max, decimal or not)
* email (syntax, domain check)
* string (predifined 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)
WWW: http://pear.php.net/package/Validate