InputFence

RFCCompliantEmailValidator

Email validator that meets the RFC standard.

Description

Use a complex regular expression to validate the emails structure.

Usage

let validator = RFCCompliantEmailValidator()
validator.isValid("usuario@dominio.com") // true o false

Methods