using javascript to validation email before next field

Solutions on MaxInterview for using javascript to validation email before next field by the best coders in the world

showing results for - "using javascript to validation email before next field"
Stefano
29 Jul 2018
1/^[a-zA-Z0–9.!#$%&’*+\/=?^_`{|}~-]+@[a-zA-Z0–9](?:[a-zA-Z0–9-]{0,61} [a-zA-Z0–9])?(?:\.[a-zA-Z0–9](?:[a-zA-Z0–9-]{0,61}[a-zA-Z0–9])?)*$/