Its better to ask such question at user list.. it will get to a wider range of people.. sorry i am also not much comfortable in Regular expression
On Wed, Mar 31, 2010 at 3:12 PM, seeking_solution <[email protected]>wrote: > > In struts I have regular expression for validating email like this - > <constant> > <constant-name>EMail</constant-name> > > > <constant-value>^([a-zA-Z0-9&]([\w\.-]*[a-zA-Z0-9&])*[...@[a-za-z0-9]([\w\.-]*[a-zA-Z0-9])*\.[a-zA-Z][a-zA-Z\.]*[a-zA-Z])[\s]*$</constant-value> > </constant> > > Now I want to allow & in the email. I tried like this > > > <constant-value>^([a-zA-Z0-9&]([\w\.-]*[a-zA-Z0-9&])*[...@[a-za-z0-9]([\w\.-&]*[a-zA-Z0-9])*\.[a-zA-Z][a-zA-Z\.]*[a-zA-Z])[\s]*$</constant-value> > > 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 > Sent from the Struts - Dev mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
