1HTML::FormFu::ConstrainUts:e:rReCgoenxt(r3i)buted Perl DHoTcMuLm:e:nFtoartmiFoun::Constraint::Regex(3)
2
3
4

NAME

6       HTML::FormFu::Constraint::Regex - Regex Constraint
7

DESCRIPTION

9       Regular expression-based constraint.
10

METHODS

12   regex
13       Arguments: $regex
14
15       Arguments: $string
16
17   common
18       Arguments: \@parts
19
20       Used to build a Regexp::Common regex.
21
22       The following definition is equivalent to $RE{URI}{HTTP}{-scheme =>
23       'https?'}
24
25           type: Regex
26           common:
27             - URI
28             - HTTP
29             - { '-scheme': 'https?' }
30

SEE ALSO

32       Is a sub-class of, and inherits methods from HTML::FormFu::Constraint
33
34       HTML::FormFu
35

AUTHOR

37       Carl Franks "cfranks@cpan.org"
38
39       Based on the original source code of HTML::Widget::Constraint::Regex,
40       by Sebastian Riedel, "sri@oook.de".
41

LICENSE

43       This library is free software, you can redistribute it and/or modify it
44       under the same terms as Perl itself.
45
46
47
48perl v5.12.1                      2010-05-16HTML::FormFu::Constraint::Regex(3)
Impressum