Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

839 Area code is not shown to be valid #104

Open
tpham-bcs opened this issue Jun 3, 2021 · 1 comment
Open

839 Area code is not shown to be valid #104

tpham-bcs opened this issue Jun 3, 2021 · 1 comment

Comments

@tpham-bcs
Copy link

tpham-bcs commented Jun 3, 2021

https://en.wikipedia.org/wiki/Area_codes_803_and_839#:~:text=Area%20codes%20803%20and%20839%20are%20telephone%20area%20codes%20in,of%20Columbia%2C%20the%20state%20capital.

Seems 839 area code was added May 2020. Does not appear to be valid for this lib.

use case

if err := libphonenumber.ParseToNumber(input, region, number); err != nil {
// 
		}
		if !libphonenumber.IsValidNumber(number) {
//
		}
@tpham-bcs tpham-bcs reopened this Jun 3, 2021
@tpham-bcs
Copy link
Author

Whoops, thought I was using an outdated version. Was not.

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

No branches or pull requests

1 participant