Can someone help me out here? I need a regex that will match the following pattern:
10-(any 5 digits except 73480)-(any 4 digits)
Examples valid: 10-12345-1234 invalid: 10-73480-1234
Thanks
Can someone help me out here? I need a regex that will match the following pattern:
10-(any 5 digits except 73480)-(any 4 digits)
Examples valid: 10-12345-1234 invalid: 10-73480-1234
Thanks