We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edd5342 commit 8528a27Copy full SHA for 8528a27
src/lib/isMobilePhone.js
@@ -162,7 +162,7 @@ const phones = {
162
'ar-EH': /^(\+?212|0)[\s\-]?(5288|5289)[\s\-]?\d{5}$/,
163
'fa-AF': /^(\+93|0)?(2{1}[0-8]{1}|[3-5]{1}[0-4]{1})(\d{7})$/,
164
// 'mk-MK': /^(\+?389|0)?((?:2[2-9]\d{6}|(?:3[1-4]|4[2-8])\d{6}|500\d{5}|5[2-9]\d{6}|7[0-9][2-9]\d{5}|8[1-9]\d{6}|800\d{5}|8009\d{4}))$/,
165
- 'mk-MK': /^(\+3897[01256789]|07[01256789])[0-9]{6}$/
+ 'mk-MK': /^(\+3897[01256789]|07[01256789])[0-9]{6}$/
166
};
167
/* eslint-enable max-len */
168
0 commit comments