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 6e39cd6 commit 12e9a10Copy full SHA for 12e9a10
src/lib/isMobilePhone.js
@@ -161,7 +161,7 @@ const phones = {
161
'ar-YE': /^(((\+|00)9677|0?7)[0137]\d{7}|((\+|00)967|0)[1-7]\d{6})$/,
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': /^(\+3897[01256789]|07[01256789])[0-9]{6}$/,
+ 'mk-MK': /^(\+3897[0123456789]|07[0123456789])[0-9]{6}$/,
165
};
166
/* eslint-enable max-len */
167
0 commit comments