Sunday, 29 September 2013

RegEx validation for numbers only with a minimum length

RegEx validation for numbers only with a minimum length

so i have this reg ex
0*[0-9]\d*
which accepts numbers only how would i, make it to accepts numbers only
but have a minimum input of 5 numbers?

No comments:

Post a Comment