This topic is empty. Viewing 31 post (of 31 total) ← 1 2 3 Author Posts April 28, 2021 at 1:43 am #8974 David HoangKeymaster // Try this regular Expression by ES6 function const emailValidate = (email) => { const regexp= /^[\w.%+-]+@[\w.-]+\.[\w]{2,6}$/; return regexp.test(email); } Author Posts Viewing 31 post (of 31 total) ← 1 2 3 You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In