I get error: "50 003 63 64" is not a valid Polish phone number, it should be a 9-digit number like "99 999 99 99". but it is correct Polish phone number. I suppose that it's validate by prefix number "50" but this is mobile phone number.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | cck_phone-polish_validation-1349144-2.patch | 362 bytes | ckng |
Comments
Comment #1
ckngComment #2
ckngUpon checking http://en.wikipedia.org/wiki/Telephone_numbers_in_Poland
There are no mention of
([1-9]\d{2}) # 3-digit phone prefix (cannot start with 0)
Please review the patch.