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
498 stars 206 forks source link

Add validation for Thailand TIN #213

Closed unho closed 4 years ago

unho commented 4 years ago

It is called เลขประจำตัวผู้เสียภาษีอากร and it is 13 digits, like 1-2345-67890-12-3 (as figured out from an online PDF form from Thai Revenue Department https://www.rd.go.th )

Search

Examples:

unho commented 4 years ago

This is a duplicate of #118