Possible Duplicate:
A comprehensive regex for phone number validation
Regular Expression for matching a phone number
I need a regular expression to validate phone numbers.
       The conditions are:
            (i) min 7 digits and max 15 digits.
            (ii) Possible valid values are
111111 or 111-1111 or 111-1111 ch 111.
Please help me reach a solution.
 
     
     
    