Skip to content

Commit b9a7d6c

Browse files
committed
feat(isMobilePhone): add Ivory Coast (ci-CI) phone number regex
1 parent 784e52a commit b9a7d6c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/lib/isMobilePhone.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ const phones = {
2727
'bn-BD': /^(\+?880|0)1[13456789][0-9]{8}$/,
2828
'ca-AD': /^(\+376)?[346]\d{5}$/,
2929
'cs-CZ': /^(\+?420)? ?[1-9][0-9]{2} ?[0-9]{3} ?[0-9]{3}$/,
30+
'ci-CI': /^(\+?225)?(0[157])\d{8}$/,
3031
'da-DK': /^(\+?45)?\s?\d{2}\s?\d{2}\s?\d{2}\s?\d{2}$/,
3132
'de-DE': /^((\+49|0)1)(5[0-25-9]\d|6([23]|0\d?)|7([0-57-9]|6\d))\d{7,9}$/,
3233
'de-AT': /^(\+43|0)\d{1,4}\d{3,12}$/,

0 commit comments

Comments
 (0)