2013-06-22 04:21:07 +02:00
|
|
|
Validator::Custom validate HTML form data easy and flexibly. The features are
|
|
|
|
the following ones.
|
|
|
|
- Many constraint functions are available by default, such as not_blank, int,
|
|
|
|
defined, in_array, length.
|
|
|
|
- Several filter functions are available by default, such as trim,
|
|
|
|
datetime_to_timepiece, date_to_timepiece.
|
|
|
|
- You can register your constraint function.
|
|
|
|
- You can set error messages for invalid parameter value. The order of messages
|
|
|
|
is keeped.
|
|
|
|
- Support OR condtion constraint and negativate constraint.
|
2010-07-02 22:29:18 +02:00
|
|
|
|
2018-05-27 22:15:16 +02:00
|
|
|
WWW: https://metacpan.org/release/Validator-Custom
|