email regex specific domain simple

Solutions on MaxInterview for email regex specific domain simple by the best coders in the world

showing results for - "email regex specific domain simple"
Thiago
19 Jun 2019
1[a-z0-9!#$%&'*+/=?^_{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+(?:[A-Z]{2}|com|org|net|gov|mil|biz|info|mobi|name|aero|jobs|museum)\b
Michele
22 Jan 2017
1^[A-Za-z0-9._%+-]+@testdomain.com$
2