Regex Pattern for Mexico Phone Number using Groups
Can anyone help me format the following regex for Mexico Phone Numbers. I have two issues, the Regular Expression builder is telling me my Grouping is invalid and also I am having trouble with the 52 pattern. I want it to allow any two digits such as [0-9]{2}
example: 52-555-786-2300
(\\+?1[\\s\...
Submitted by kingpoop - 10 years ago