Re: Regular expressions - Email Validation

2010-03-31 Thread Philip Luppens
)*[...@[a-za-z0-9]([\w\.-&]*[a-zA-Z0-9])*\.[a-zA-Z][a-zA-Z\.]*[a-zA-Z])[\s]*$ > > But its not working. gives error at deploy time. > > Please help > -- > View this message in context: > http://old.nabble.com/Regular-expressions---Email-

Re: Regular expressions - Email Validation

2010-03-31 Thread shekher awasthi
-9]([\w\.-&]*[a-zA-Z0-9])*\.[a-zA-Z][a-zA-Z\.]*[a-zA-Z])[\s]*$ > > But its not working. gives error at deploy time. > > Please help > -- > View this message in context: > http://old.nabble.com/Regular-expressions---Email-Validation-tp28

Regular expressions - Email Validation

2010-03-31 Thread seeking_solution
amp;]([\w\.-]*[a-zA-Z0-9&])*[...@[a-za-z0-9]([\w\.-&]*[a-zA-Z0-9])*\.[a-zA-Z][a-zA-Z\.]*[a-zA-Z])[\s]*$ But its not working. gives error at deploy time. Please help -- View this message in context: http://old.nabble.com/Regular-expressions---Email-Validation-tp28093593p28093593.html Se