J
Josh
How can i do this in regular expressions:
I want a two digit value that is between 01 and 99.
Since 00 does not match I can't just do two digits. I need some kind of rule
that says if first digit is 0 then second digit cannot be 0.
TIA
Josh
I want a two digit value that is between 01 and 99.
Since 00 does not match I can't just do two digits. I need some kind of rule
that says if first digit is 0 then second digit cannot be 0.
TIA
Josh