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
Post a Comment