I have been reading the regex questions on this site but my issue seems to be a bit different. I need to match a 2 digit number, such as 23 through 75. I am doing this on an H
If I want 2 digit range 0-63
/^[0-9]|[0-5][0-9]|6[0-3]$/
This way you can take Regular Expression for any Two Digit Range