Skip to content

Commit

Permalink
Going to add new number
Browse files Browse the repository at this point in the history
  • Loading branch information
ATodd1 committed Mar 13, 2024
1 parent 4197b86 commit d04c507
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/isMobilePhone.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ const phones = {
'ar-YE': /^(((\+|00)9677|0?7)[0137]\d{7}|((\+|00)967|0)[1-7]\d{6})$/,
'ar-EH': /^(\+?212|0)[\s\-]?(5288|5289)[\s\-]?\d{5}$/,
'fa-AF': /^(\+93|0)?(2{1}[0-8]{1}|[3-5]{1}[0-4]{1})(\d{7})$/,
// this is where I will add the new number
};
/* eslint-enable max-len */

Expand Down

0 comments on commit d04c507

Please sign in to comment.