You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I just realized there is no support for a bunch of local phone numbers in Africa (most of them are french speaking), such as RD Congo, Congo Republic, Central African Republic, etc.
Describe the solution you'd like
The ICU country code for DR Congo is fr-CD and the regex should be /^(\+?243|0)?(8|9)\d{8}$/. I can raise a PR for this one. But I need to make more research on other french-speaking African countries.
The text was updated successfully, but these errors were encountered:
coolbeatz71
added a commit
to coolbeatz71/validator.js
that referenced
this issue
Sep 14, 2022
Is your feature request related to a problem? Please describe.
I just realized there is no support for a bunch of local phone numbers in Africa (most of them are french speaking), such as RD Congo, Congo Republic, Central African Republic, etc.
Describe the solution you'd like
The ICU country code for DR Congo is
fr-CD
and the regex should be/^(\+?243|0)?(8|9)\d{8}$/
. I can raise a PR for this one. But I need to make more research on other french-speaking African countries.The text was updated successfully, but these errors were encountered: