1HTML::FormFu::ConstrainUts:e:rLeCnogntthr(i3b)uted PerlHDToMcLu:m:eFnotramtFiuo:n:Constraint::Length(3)
2
3
4
6 HTML::FormFu::Constraint::Length - Min/Max Length String Constraint
7
9 version 2.07
10
12 Checks the input value meets both a minimum and maximum length.
13
14 This constraint doesn't honour the "not()" value.
15
17 minimum
18 min
19 The minimum input string length.
20
21 "min" is an alias for "minimum".
22
23 maximum
24 max
25 The maximum input string length.
26
27 "max" is an alias for "maximum".
28
30 Is a sub-class of, and inherits methods from HTML::FormFu::Constraint
31
32 HTML::FormFu
33
35 Carl Franks "cfranks@cpan.org"
36
38 This library is free software, you can redistribute it and/or modify it
39 under the same terms as Perl itself.
40
42 Carl Franks <cpan@fireartist.com>
43
45 This software is copyright (c) 2018 by Carl Franks.
46
47 This is free software; you can redistribute it and/or modify it under
48 the same terms as the Perl 5 programming language system itself.
49
50
51
52perl v5.28.1 2018-12-14HTML::FormFu::Constraint::Length(3)