I need help coming up with a regex to make sure the user enters a valid date The string will be in the format of mm/dd/yyyy
mm/dd/yyyy
Here is what I have come up
This isn't all that hard...
qr#^ (?: 0[1-9] | 1[012] ) / (?: 0[1-9] | 1[0-9] | 2[0-8] | (?