|
NAMEInput::Validator::Constraint::Subset - Subset constraintSYNOPSIS$validator->field('tags')->constraint(subset => [qw/foo bar baz/]); DESCRIPTIONChecks whether the value is a subset of the provided array reference values.METHODS"is_valid"Validates the constraint.SEE ALSOInput::Validator, Input::Constraint
Visit the GSP FreeBSD Man Page Interface. |