php - Validate number from id card from all countries -



php - Validate number from id card from all countries -

anyone knows function or regular look validate id number of id card countries?

i found regular expression, validates id number kingdom of spain need validate id number countries.

^((([a-z]|[a-z])\d{8})|(\d{8}([a-z]|[a-z])))$

thanks.

you cannot validate id numbers countries 1 regular expressions becouse each country has different policy illustration in country validated ^\\d{14}$ a.e., 14 numbers.

what can associate each country regex pattern , validate id depending on country.

php javascript mysql html

Comments

Popular posts from this blog

How do I check if an insert was successful with MySQLdb in Python? -

delphi - blogger via idHTTP : error 400 bad request -

postgresql - ERROR: operator is not unique: unknown + unknown -