RE: Struts validation and XML Constants
Krishna, Mattam (M.) asked: > > What is the meaning of "^\(?(\d{3})\)?[-| ]?(\d{3})[-| > ]?(\d{4})$" in > > the above code.? It's the regular expression for a US-style phone number. - To unsubscribe, e-mail: [EMAIL PROTECTED] Fo
Struts validation and XML Constants
> > > > phone > ^\(?(\d{3})\)?[-| ]?(\d{3})[-| > ]?(\d{4})$ > > > > > >key="registrationForm.firstname.displayname"/> >