T
Tony Johansson
Hello!
I need a regular expression pattern for telephonenumber that can have this
format.
The area code can be between 2-4 digits and the number can be between 5-9
digits.
And between we have always a -
So some valid telephonenumbers can look like.
08-123456789
012-12345
0912-12345
So can someone help me with a regular expression for this
//Tony
I need a regular expression pattern for telephonenumber that can have this
format.
The area code can be between 2-4 digits and the number can be between 5-9
digits.
And between we have always a -
So some valid telephonenumbers can look like.
08-123456789
012-12345
0912-12345
So can someone help me with a regular expression for this
//Tony