What will be the regular expression for following?
I have a Address field in my web project which I want to validate it.I am using RegularExpressionValidator.The conditions are as follows.
1)Address will include all possible characters i.e. a-z, A-Z plus ',' '.' '\' ans spaces
2)it will not include special characters
3)maximum length for address must be 50
Give me regular expression and its explanation.Its urgent.
|