|
Loading...
|
dev@struts.apache.org
[Prev] Thread [Next] | [Prev] Date [Next]
Re: Regular expressions - Email Validation Philip Luppens Wed Mar 31 08:00:38 2010
Please ask on the user mailing list. And keep in mind: you're editing an XML file, so you'll have to escape your ampersand (& -> &). HTH, Phil On Wed, Mar 31, 2010 at 12:42 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&])[EMAIL > PROTECTED]([\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&])[EMAIL > PROTECTED]([\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] > > -- "We cannot change the cards we are dealt, just how we play the hand." - Randy Pausch --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
- Regular expressions - Email Validation seeking_solution 2010/03/31
- Re: Regular expressions - Email Validation shekher awasthi 2010/03/31
- Re: Regular expressions - Email Validation Philip Luppens 2010/03/31 <=