Skip to content

Commit

Permalink
adding more countries
Browse files Browse the repository at this point in the history
  • Loading branch information
RahulSingh044 committed Sep 30, 2024
1 parent 0a83a58 commit 6e05f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/isMobilePhone.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const phones = {
'de-AT': /^(\+43|0)\d{1,4}\d{3,12}$/,
'de-CH': /^(\+41|0)([1-9])\d{1,9}$/,
'de-De': /^((\+49|0)1)(5[0-25-9]\d|6([23]|0\d?)|7([0-57-9]|6\d))\d{7,9}$/,
'de-LI':/^(\+423)?[6-9]\d{7}$/,
'de-LI': /^(\+423)?[6-9]\d{7}$/,
'de-LU': /^(\+352)?((6\d1)\d{6})$/,
'dv-MV': /^(\+?960)?(7[2-9]|9[1-9])\d{5}$/,
'el-GR': /^(\+?30|0)?6(8[5-9]|9(?![26])[0-9])\d{7}$/,
Expand Down

0 comments on commit 6e05f36

Please sign in to comment.