arthurdejong / python-stdnum

A Python library to provide functions to handle, parse and validate standard numbers.
https://arthurdejong.org/python-stdnum/
GNU Lesser General Public License v2.1
502 stars 211 forks source link

Add validation for South Africa phone numbers #130

Closed unho closed 5 years ago

unho commented 5 years ago

Regexes in http://regexlib.com/Search.aspx?k=south+africa

arthurdejong commented 5 years ago

There is already the very complete phonenumbers module that has very extensive support for checking phone numbers of various countries so I do not plan to add support for checking phone numbers to python-stdnum at this time. Keeping a database of phone numbers up-to-date is also far from trivial.