Regular expression to match 10-14 digits

Posted by Surya sasidhar on Stack Overflow See other posts from Stack Overflow or by Surya sasidhar
Published on 2010-04-24T05:20:03Z Indexed on 2010/04/24 5:33 UTC
Read the original article Hit count: 143

Filed under:
|

I am using regular expressions for matching only digits, minimum 10 digits, maximum 14. I tried:

^[0-9]

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about regex