Skip to content

Commit

Permalink
fix: allow using dialing codes containing 6 for ZA
Browse files Browse the repository at this point in the history
ZA has phone numbers (cellular phones) that contain 6's as their area code. I've updated the regex to accommodate this.
  • Loading branch information
gee-forr committed Feb 17, 2017
1 parent 90c4695 commit 86cd35b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/phone/countries.yml
Expand Up @@ -118,7 +118,7 @@
:char_3_code: ZA
:name: South Africa
:international_dialing_prefix: "0"
:area_code: "800|86[01]|[1-57-8]\\d"
:area_code: "800|86[01]|[1-8]\\d"
"508":
:country_code: "508"
:national_dialing_prefix: "0"
Expand Down

0 comments on commit 86cd35b

Please sign in to comment.