mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
2d5c9e3876
- Pass maintainership to submitter PR: ports/105300 Submitted by: Anish Mistry
10 lines
366 B
Plaintext
10 lines
366 B
Plaintext
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
|