Hello,
Can any one tell me regular expression for Postal Address
1. It should accept alphanumeric.
2. Should accept speical character like '/' '\' '-' ',' '.' '(' ')'
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
shyam sunderPosted Apr 10, 2010, 5:35 PM
but you can use (@"^[0-9a-zA-Z]+[0-9a-zA-Z_,./\-()]*$") may be it will fulfill you requirement