Answers for "south africa id number validation code"

0

south africa id number validation code

string IdExpression = @"(?<Year>[0-9][0-9])(?<Month>([0][1-9])|([1][0-2]))(?<Day>([0][1-9])|([1-2][0-9])|([3][0-1]))(?<Gender>[0-9])(?<Series>[0-9]{3})(?<Citizenship>[0-9])(?<Uniform>[0-9])(?<Control>[0-9])";
Posted by: Guest on July-02-2021

Code answers related to "south africa id number validation code"

Browse Popular Code Answers by Language