Skip to content

Update phonelib#13119

Open
mdiarra3 wants to merge 4 commits into
mainfrom
update-phonelib
Open

Update phonelib#13119
mdiarra3 wants to merge 4 commits into
mainfrom
update-phonelib

Conversation

@mdiarra3
Copy link
Copy Markdown
Contributor

No description provided.

'GB' => ['7700900123', '***** **0123'],
'DE' => ['15123456789', '***** ***6789'],
'IN' => ['9123456789', '****** *6789'],
'BR' => ['11987654321', '(**) *****-4321'],
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like for most of these, there is an extra asterisk. For example, 9123456789 has 10 digits, but ****** *6789 has 11 characters. I would think the total characters would match on both sides, no?

Copy link
Copy Markdown
Contributor

@monfresh monfresh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Maybe at some point we might refactor this into a class with well-named private methods to make it easier to understand the different processing that's happening.

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.

2 participants