Turkish ID

Prev Next

Turkish ID is a 11 digit number in the format NNNNNNNNNNN.

Validator

Turkish ID:

  • Validates a match by checking the surrounding characters.

  • Ensures that a string of digits are not the same.

Matched expressions

Regex expressions

Description

Score

\b\d{11}\b

Matches a 11-digit number without a delimiter.

1



Ignored expressions

None