Really quickly. Here's a mask I am using. I allows A-Z, a-z and the
special characters, " ' ", " - " and " [Empty space] "

^[a-zA-Z\s'-]+$

I guess you can work off of it.
Harsh.

-----Original Message-----
From: Marisol Opreni [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 25, 2006 9:30 AM
To: 'Struts Users Mailing List'
Subject: Mask validation


Hi.

How can I specify a mask with letters, underscores and numbers with only
8
charaters in total?

Something like this? <var-value>[a-zA-Z0-9]{8}$</var-value>

 

Thanks!

Marisol.

 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to