Man Page: html::formfu::constraint::length
Operating Environment: debian
Section: 3pm
HTML::FormFu::Constraint::Length(3pm) User Contributed Perl Documentation HTML::FormFu::Constraint::Length(3pm)NAMEHTML::FormFu::Constraint::Length - Min/Max Length String ConstraintDESCRIPTIONChecks the input value meets both a minimum and maximum length. This constraint doesn't honour the "not()" value.METHODSminimum min The minimum input string length. "min" is an alias for "minimum". maximum max The maximum input string length. "max" is an alias for "maximum".SEE ALSOIs a sub-class of, and inherits methods from HTML::FormFu::Constraint HTML::FormFuAUTHORCarl Franks "cfranks@cpan.org"LICENSEThis library is free software, you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.14.2 2012-01-23 HTML::FormFu::Constraint::Length(3pm)