Phone Number matches incorrectly
Author: SkeletalDemiseCreated Dec 2, 2021Updated Dec 26, 2025
I've had numerous false positives with the phone number regex that are obviously wrong. All of these match:
0000000000000
0123456789
3333333333333
3333333333
4444444444444
22223333333
-1606586780The 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 rarity 0.
Source: bee-san/pyWhat