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
Description Consider parsing phone numbers? Not sure how useful/common it would be, but there's a pip package that does most of the work.
Examples
import phonenumbers x = phonenumbers.parse("+442083661177", None) print(x) Country Code: 44 National Number: 2083661177 Leading Zero: False
References
The text was updated successfully, but these errors were encountered:
gft
Sorry, something went wrong.
Example: https://wa.me/85264522442?text=Hello,+I+am+interested+in+knowing+more+about+your+products Source: https://www.youtube.com/watch?v=Fit-FTSSiJY
No branches or pull requests
Description
Consider parsing phone numbers? Not sure how useful/common it would be, but there's a pip package that does most of the work.
Examples
References
The text was updated successfully, but these errors were encountered: