Skip to content

Commit e4eddd9

Browse files
committed
feat(isMobilePhone): add Cambodia (km-KH) phone number regex
1 parent 784e52a commit e4eddd9

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
@@ -26,6 +26,7 @@ const phones = {
2626
'bg-BG': /^(\+?359|0)?8[789]\d{7}$/,
2727
'bn-BD': /^(\+?880|0)1[13456789][0-9]{8}$/,
2828
'ca-AD': /^(\+376)?[346]\d{5}$/,
29+
'ci-CI': /^(\+?225)?(0[157])\d{8}$/,
2930
'cs-CZ': /^(\+?420)? ?[1-9][0-9]{2} ?[0-9]{3} ?[0-9]{3}$/,
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}$/,

0 commit comments

Comments
 (0)