Russian External Passport pattern

Prev Next

The Russian external passport is a mandatory identity document for travel and identification purposes within Russia. It is mandatory to use the passports when leaving or entering Russia.

Validator

No Validation

Matched expressions

Regex expressions

Description

Score

(?i:\b\d{11}\b)

Matches a 10-digit number of the format NN№NNNNNNN, where the 3rd character is a numero symbol.

1

(?i:\b\d{2} \d{3} \d{3} \d{3}\b)

Matches a 10-digit number of the format NN № NNNNNNN delimited by space, where the 3rd character is a numero symbol.

1



Ignored expressions

None