I have this pattern which checks to see if the entered value meets the criteria. The only problem I am having is that it allows you to enter values starting with 0.
Can someone change the following pattern to STOP 0's been entered at the beginning only.
^[0-9]{"+lmin+","+lmax+"}$
Thanks.
Can someone change the following pattern to STOP 0's been entered at the beginning only.
^[0-9]{"+lmin+","+lmax+"}$
Thanks.