S
shapper
Hello,
I need a regex expression that allows only numbers in the following
format:
2312-986
The first number can't start with 0:
0231-123 is invalid.
However:
1231-012 is valid
Could someone help me out?
Thanks,
Miguel
I need a regex expression that allows only numbers in the following
format:
2312-986
The first number can't start with 0:
0231-123 is invalid.
However:
1231-012 is valid
Could someone help me out?
Thanks,
Miguel