-
-
Notifications
You must be signed in to change notification settings - Fork 366
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
Phone Number matches incorrectly #240
Comments
Might need to split this into multiple regex as there are a lot of different standards
|
We have an issue for this. #227 |
@RackReaver |
@SkeletalDemise Can we use the Python module phonenumbers by running the following command:
|
I've had numerous false positives with the phone number regex that are obviously wrong. All of these match:
The last one is potentially valid but
-1
is not valid in a phone number.+1
is. If it can't be less broad then make the rarity0
.The text was updated successfully, but these errors were encountered: