ports/textproc/p5-Validator-Custom/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

10 lines
514 B
Text

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.