Japan National ID

Prev Next

Japan national ID is a 12 digit number which has hyphen and space as a separator.

Validator

Japan National ID: Ensures that a string of digits are not the same.

Matched expressions

Regex expressions

Description

Score

\b\d{4}-\d{4}-\d{4}\b

Matches a 12-digit number delimited by hyphen.

1

\b\d{4} \d{4} \d{4}\b

Matches a 12-digit number delimited by space.

1

\b\d{12}\b

Matches a 12-digit number without a delimiter.

1



Ignored expressions

None