|
NAMEInput::Validator::Constraint::Regexp - Regexp constraintSYNOPSIS$validator->field('number')->regexp(qr/^\d+$/); DESCRIPTIONChecks if the value mathes provided regular expression. Don't forget "^" and "$" symbols if you want to check the whole value.METHODS"is_valid"Validates the constraint.SEE ALSOInput::Validator, Input::Constraint
Visit the GSP FreeBSD Man Page Interface. |