Joi Email Validasi Regex

email: Joi.string().email({ minDomainSegments: 2, tlds: { allow: ['com', 'net'] } })
Joyous Jackal