B
brian
I am trying to write a reqular expression to validate the
following:
Needs to be 6 numbers
First number between 1-4
Second number between 1-8
4-6 Numbers any number
^[1-4]|[1-8]/d{1}/d{1}/d{1}/d{1}$
I tested the following on http://www.regexlib.com and the
expression works fine. But I test in in Visual Studio
and I keep getting the error message I assigned to the
conrol.
Does anyone have any ideas?
following:
Needs to be 6 numbers
First number between 1-4
Second number between 1-8
4-6 Numbers any number
^[1-4]|[1-8]/d{1}/d{1}/d{1}/d{1}$
I tested the following on http://www.regexlib.com and the
expression works fine. But I test in in Visual Studio
and I keep getting the error message I assigned to the
conrol.
Does anyone have any ideas?