France Passport Number

Prev Next

France passport is an identity document issued to French citizens. Besides enabling the bearer to travel internationally and serving as indication of French citizenship.

Validator

No Validation

Matched expressions

Regex expressions

Description

Score

\b[0-9]{2}[a-z]{2}[0-9]{5}\b

Matches an alphanumeric string of the format NNccNNNNN, where the third and fourth characters are lowercase alphabets.

1

\b[0-9]{2}[A-Z]{2}[0-9]{5}\b

Matches an alphanumeric string of the format NNCCNNNNN, where the third and fourth characters are uppercase alphabets.

1



Ignored expressions

None