We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I tried to parse belgium phone numbers
const newPhoneNumber = parsePhoneNumberFromString( '047501020', 'BE' ); console.log(newPhoneNumber?.isValid()); // true const newPhoneNumber = parsePhoneNumberFromString( '0475010203', 'BE' ); console.log(newPhoneNumber?.isValid()); // true
Two cases are returning true whereas in the first case 1 digit is missing to be valid.
I tried same thing with French and when 1 digit is missing, the isValid method return false.
isValid
The text was updated successfully, but these errors were encountered:
See https://github.com/catamphetamine/libphonenumber-js#bug-reporting
Sorry, something went wrong.
No branches or pull requests
When I tried to parse belgium phone numbers
Two cases are returning true whereas in the first case 1 digit is missing to be valid.
I tried same thing with French and when 1 digit is missing, the
isValid
method return false.The text was updated successfully, but these errors were encountered: