RegularExpressionValidation problems?

mythinky

Member
Joined
Jun 4, 2004
Messages
20
Programming Experience
1-3
I have used RegularExpressionValidation. How to validate a textbox must be at least 5 characters and including wildcard character can be input to the textbox? This /d{5} will only accept 5 characters and wildcard chars is not included. How to set it?
 
Back
Top