Validation controls
i need one validation expression for validating indian mobile numbers and also landline numbers
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.
Jignesh TrivediPosted Jan 25, 2012, 3:38 AM
for validating phone number u must define format. i.e. for moble number you will take 10 digit(example: 8898777855) or 14 digit(example: +91-8898777855)
and same for land line.
please refer below link where you can find number of example..
http://regexlib.com/
hope this help.