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?