Skip to content

Commit f8bb427

Browse files
Update src/lib/isMobilePhone.js
Co-authored-by: Panagiotis Skias <[email protected]>
1 parent 3576425 commit f8bb427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/isMobilePhone.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ const phones = {
123123
'lt-LT': /^(\+370|8)\d{8}$/,
124124
'lv-LV': /^(\+?371)2\d{7}$/,
125125
'mg-MG': /^((\+?261|0)(2|3)\d)?\d{7}$/,
126-
"mk-Mk": /^\+389(70|71|72|75|76|77|78)\d{6}$/,
126+
'mk-Mk': /^\+389(70|71|72|75|76|77|78)\d{6}$/,
127127
'mn-MN': /^(\+|00|011)?976(77|81|88|91|94|95|96|99)\d{6}$/,
128128
'my-MM': /^(\+?959|09|9)(2[5-7]|3[1-2]|4[0-5]|6[6-9]|7[5-9]|9[6-9])[0-9]{7}$/,
129129
'ms-MY': /^(\+?60|0)1(([0145](-|\s)?\d{7,8})|([236-9](-|\s)?\d{7}))$/,

0 commit comments

Comments
 (0)