Man Page: html::widget::constraint::regex
Operating Environment: debian
Section: 3pm
HTML::Widget::Constraint::Regex(3pm) User Contributed Perl Documentation HTML::Widget::Constraint::Regex(3pm)NAMEHTML::Widget::Constraint::Regex - Regex ConstraintSYNOPSISmy $c = $widget->constraint( 'Regex', 'foo' ); $c->regex(qr/^w+$/);DESCRIPTIONRegex 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.METHODSregex Arguments: qr/ regex / validateAUTHORSebastian Riedel, "sri@oook.de"LICENSEThis 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)
| Similar Topics in the Unix Linux Community |
|---|
| awk or sed - Convert 2 lines to 1 line |
| How can I do this in VI editor? |
| Introduction |
| One instance of comparing grep and awk |
| Weird 'find' results |