mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
26d2444339
PR: 70945 Submitted by: Antonio Carlos Venancio Junior
13 lines
436 B
Plaintext
13 lines
436 B
Plaintext
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
|