RE: Struts validation and XML Constants

2006-03-08 Thread George.Dinwiddie
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

2006-03-08 Thread Krishna, Mattam \(M.\)
> > > > phone > ^\(?(\d{3})\)?[-| ]?(\d{3})[-| > ]?(\d{4})$ > > > > > >key="registrationForm.firstname.displayname"/> >