Mexico SSN

Prev Next

Mexico SSN is a 11 digit number which has hyphens as separators.

Validator

Mexico SSN : Ensures that a string of digits are not the same.

Matched expressions

Regex expressions

Description

Score

\b\d{2}\d{2}\d{2}\d{4}-\d{1}\b

Matches a 11-digit number delimited by hyphen.

1

\b\d{2}-\d{2}-\d{2}-\d{4}-\d{1}\b

Matches a 11-digit number delimited by hyphen.

1

\b\d{11}\b

Matches a 11-digit number without a delimiter.

1



Ignored expressions

None