debian man page for html::widget::constraint::regex

Query: html::widget::constraint::regex

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

HTML::Widget::Constraint::Regex(3pm)			User Contributed Perl Documentation		      HTML::Widget::Constraint::Regex(3pm)

NAME
HTML::Widget::Constraint::Regex - Regex Constraint
SYNOPSIS
my $c = $widget->constraint( 'Regex', 'foo' ); $c->regex(qr/^w+$/);
DESCRIPTION
Regex Constraint. The Regex constraint always allows an "undef" value or an empty string. If you don't want this behaviour, also use the HTML::Widget::Constraint::All.
METHODS
regex Arguments: qr/ regex / validate
AUTHOR
Sebastian Riedel, "sri@oook.de"
LICENSE
This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.10.1 2007-03-01 HTML::Widget::Constraint::Regex(3pm)
Related Man Pages
constrainta(3) - hpux
html::widget::element::nullcontainer(3pm) - debian
html::formfu::constraint::datetime(3pm) - debian
html::widget::constraint(3pm) - debian
tie::hash::regex(3pm) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
Introduction
Find columns in a file based on header and print to new file
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?