freebsd-ports/devel/pear-Validate/pkg-descr
Thierry Thomas 26d2444339 Add pear-Validate 0.4.1, validation class.
PR:		70945
Submitted by:	Antonio Carlos Venancio Junior
2004-08-26 22:30:48 +00:00

12 lines
436 B
Text

Package to validate various datas. It includes:
* numbers (min/max, decimal or not)
* email (syntax, domain check)
* string (predifined type alpha upper and/or lowercase, numeric,...)
* date (min, max)
* Credit cards
* uri (RFC2396)
* possibility valid multiple data with a single method call (::multiple)
* Locale validation for AT, CH, DE, ES, FR, NL, PL, ptBR, UK, US
* Finance (e.g. IBAN)
WWW: http://pear.php.net/package/Validate