|
NAMEInput::Validator::Constraint::Email - Email constraintSYNOPSIS$validator->field('email')->email; DESCRIPTIONChecks whether a value looks like an email address. This is a very simple yet correct validation. It checks if an email has a correct length (name and domain) and has at least one dot in the domain.METHODS"is_valid"Validates the constraint.SEE ALSOInput::Validator, Input::Constraint
Visit the GSP FreeBSD Man Page Interface. |