I am using regular expressions for matching only digits with minimum & maximum Range like accept only digits between 0 & 14. I\'ve tried:
^\\d{0,14}$