I would like to create an input mask for phone numbers. The majority of the phone numbers will look like (123) 456 - 7890. I would like an optional country code and extension to be accepted when applicable.
(123) 456 -7890 x1234
+1 (123) 456 - 7890
+1 (123) 456 -7890 x1234
Am i able to do this with regex and jquery?