I need a pattern for an asp.net validator that's for a phone extension field on the entry part of the page. I need it to allow a single digit up to 5 digits. I was able to use this pattern "\d{5}?" until the requirements changed to "up to 5 digits" on me

Anyone care to help with this?