Skip to content

Commit 3ee9c71

Browse files
committed
feat(isMobilePhone): add phone number validation for Côte d'Ivoire (fr-CI)
1 parent 72573b3 commit 3ee9c71

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
@@ -101,6 +101,7 @@ const phones = {
101101
'fr-BF': /^(\+226|0)[67]\d{7}$/,
102102
'fr-BJ': /^(\+229)\d{8}$/,
103103
'fr-CD': /^(\+?243|0)?(8|9)\d{8}$/,
104+
'fr-CI': /^(\+?225|0)[01|05|07]\d{8}$/,
104105
'fr-CM': /^(\+?237)6[0-9]{8}$/,
105106
'fr-FR': /^(\+?33|0)[67]\d{8}$/,
106107
'fr-GF': /^(\+?594|0|00594)[67]\d{8}$/,

0 commit comments

Comments
 (0)