class EmailValidator
def strict_regexp(options = {})
def strict_regexp(options = {}) /\A(?>#{local_part_pattern})@#{domain_part_pattern(options)}\z/i end
def strict_regexp(options = {}) /\A(?>#{local_part_pattern})@#{domain_part_pattern(options)}\z/i end