Valid Email Regex

I tried writing a perfect email regex which can be supported for almost every standard website like google, facebook etc.
\A[a-zA-Z0-9]*[\.?*[a-zA-Z0-9]]+@[a-zA-Z0-9-]+(\.[a-zA-Z0-9-]+){1,3}\z

Please check on this regex if you find better please reply:

Comments

Popular posts from this blog

Installing Wowza Streaming Engine on ubuntu

Fresh Server Setup with Nginx, Passenger and Rails

Upload a file in S3 without any form