Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
GI-Health authored Dec 2, 2024
1 parent 20c92f2 commit 5a56f03
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,10 @@ function isValidPhone(phone) {
"770", "771", "772", "773", "774", "775", "776", "777", "778", "779",
"780", "781", "782", "783", "784", "785", "786", "787", "788", "789",
"790", "791", "792", "793", "794", "795", "796", "797", "798", "799",
"20", "40", "41", "42", "43", "44", "45", "46", "50", "51", "52", "53",
"201", "40", "41", "42", "43", "44", "45", "46", "50", "51", "52", "53",
"54", "55", "56", "57", "58", "59", "60", "61", "62", "64", "66", "67",
"68", "69", "112", "113", "114", "115",
"68", "69", "112", "113", "114", "115", "202", "203", "204", "205", "206",
"207", "208", "209",
];

// Regex to validate structure
Expand Down

0 comments on commit 5a56f03

Please sign in to comment.