Looking to get a number input field to start with 3,4,5 or 6 only and only allow 13 to 16 characters.
Try:
/^([3-6]).{12,15}$/
Looking to get a number input field to start with 3,4,5 or 6 only and only allow 13 to 16 characters.
Try:
/^([3-6]).{12,15}$/