Russian Pension Fund Pattern

Prev Next

The Russian Pension Fund is the principal national pension fund in Russia. It is the largest organization of Russia to provide important public services to Russian citizens.

Validator

No Validation

Matched expressions

Regex expressions

Description

Score

\b\d{3} \d{3} \d{3} \d{2}\b

Matches an 11-digit number of the format NNN NNN NNN NN delimited by space.

1

\b\d{3}-\d{3}-\d{3}-\d{2}\b

Matches an 11-digit number of the format NNN-NNN-NNN-NN delimited by hyphen.

1

\b\d{11}\b

Matches an 11-digit number of the format NNNNNNNNNNN without a delimiter.

1



Ignored expressions

None