From: Sijo Kg Date: 2009-09-24T18:48:02+09:00 Subject: email regex Hi I have a regular expression /^([^.@\s,]+)@((?:[-a-z0-9]+\.)+[a-z]{2,})$/i This exactly fits my need except for one. But I have to pass this also sijo.kg@yahoo.com But Cannot. Please help me to add this also to the above Some example which are valid for above sijo@yahoo.com sijo@yahoo.co.uk Some example which are not valid for above .sijo@yahoo.com sijo..kg@yahoo.com sijo@@yahoo.com Thanks in advance Sijo -- Posted via http://www.ruby-forum.com/.