Skip to content
Snippets Groups Projects
Commit 5e89a565 authored by Eric Fikus's avatar Eric Fikus
Browse files

Don't use possible number pattern to determine number type

The phone number type determination should never use the possible
number pattern, since that pattern is generic and not necessarily
specific to the type in question.

Update `isNumberMatchingDesc` to always use the national number pattern,
not the possible number pattern.

Also found and fixed a bug in RegularExpressions matchesEntirely while
making this change.
parent 78558053
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment