Skip to content

Conversation

@KDVL
Copy link

@KDVL KDVL commented Oct 22, 2024

  • Implemented findOtherPatterns function to find others shorter or longer patterns.
  • Addressed issue where text input validation for Austrian phone numbers failed for valid long numbers.

Fixes #14

@KDVL KDVL force-pushed the bugfix/AT-long-phone-numbers branch from 19860ae to 70a6e4c Compare October 22, 2024 07:42
- Implemented `findOtherPatterns` function to find others shorter or longer patterns.
- Addressed issue where text input validation for Austrian phone numbers failed for valid long numbers.

Fixes ibrahimsn98#14
@KDVL KDVL force-pushed the bugfix/AT-long-phone-numbers branch from 70a6e4c to b395cac Compare October 22, 2024 07:42
@KDVL
Copy link
Author

KDVL commented Oct 23, 2024

The list of new longer patterns added

Austria (Österreich) at, 43 +[00] [000] [000000]
New Patterns: [+[00] [000] [00000], +[00] [000] [0000], +[00] [000] [0000000], +[00] [000] [00000000], +[00] [000] [000000000], +[00] [000] [0000000000]]

Finland (Suomi) fi, 358 +[000] [00] [0000000]
New patterns: [+[000] [00] [000000], +[000] [00] [00000], +[000] [00] [0000], +[000] [00] [00000000]]

Gabon ga, 241 +[000] [00] [00] [00] [00]
New patterns: [+[000] [00] [00] [00] [000]]

Indonesia id, 62 +[00] [000]-[000]-[000]
New patterns: [+[00] [000]-[000]-[0000], +[00] [000]-[000]-[00000], +[00] [000]-[000]-[000000]]

New Zealand nz, 64 +[00] [00] [000] [0000]
New patterns: [+[00] [00] [000] [000], +[00] [00] [000] [00000]]

Tokelau tk, 690 +[000] [0000]
New patterns: [+[000] [00000], +[000] [000000], +[000] [0000000]]

Åland Islands ax, 358 +[000] [00] [0000000]
New patterns: [+[000] [00] [000000], +[000] [00] [00000], +[000] [00] [0000], +[000] [00] [00000000]]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Austrian Phone Number Length

1 participant