>  But all it about number and date formatting only. Regexp validations
>  useful for such validations as phone numbers, e-mails, etc. So it is
>  good addition to the struts for my mind.

In general, yes, but beware the trap of trying to validate email with regex's, unless 
you have a very finite, specific domain of
email addresses you're trying to validate (such as addresses from a given company).  
Regex's simply cannot handle the entire domain
of the email address space.

Reply via email to