enum Athena::Validator::Constraints::Email::Mode
#
Determines how the email address should be validated.
Members#
HTML5 = 0
#
Validates the email against the HTML5 input pattern, but requires a TLD to be present.
HTML5_ALLOW_NO_TLD = 1
#
Methods#
#html5_allow_no_tld?
#
Returns true
if this enum value equals HTML5_ALLOW_NO_TLD
#pattern : ::Regex
#
Returns the ::Regex
pattern for self
.