NAME

Validator::Custom::HTMLForm::Constraints - HTML Form constraint functions

CONSTRAINT FUNCTIONS

Constraint functions is explained in Validator::Custom::HTMLForm

defined

not_defined

not_blank

blank

not_space

int

uint

decimal

ascii

length

http_url

selected_at_least

regex

duplication

email

email_mx

email_loose

email_loose_mx

date

time

datetime

datetime_strptime

datetime_format

greater_than

less_than

equal_to

between

in_array

AUTHOR

Yuki Kimoto, <kimoto.yuki at gmail.com>

COPYRIGHT & LICENSE

Copyright 2009 Yuki Kimoto, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.