\b[\w\.-]+@[\w\.-]+\.\w{2,4}\b
This was taken from:
http://www.regexr.com/2014-07-10 21:30 GMT+03:00 Sunita Pradhan <[email protected]>: > I want to write a script which will verify a valid email address . > Could anybody give some ideas , how to write a pattern for this ? > > -Sunita >
