Skip to content

Different results in FindNumbers with EC national numbers #261

@mngobbi

Description

@mngobbi

Context

image

Workaround

I instead of using FindNumbers("998039805", "EC") directly I do this instead:

var prefix = instance.GetCountryCodeForRegion(countryCode);

numbersFound = instance.FindNumbers(prefix + value, "EC");

I get the expected results...

I am missing something?

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions