logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

HTML::Widget::Constraint::In - Check that a value is one of a current set.

Description

Methods

validatein
       Arguments: @values

       A list of valid values for that element.

perl v5.36.0                                       2023-08-10                  HTML::Widget::Constraint::In(3pm)

Name

       HTML::Widget::Constraint::In - Check that a value is one of a current set.

Synopsis

           $widget->constraint( In => "foo" )->in(qw/possible values/);

See Also