Credit Card Number (JCB)

Prev Next

JCB CCN is a 16-digit number beginning with 3528 or 3589 and might have dashes (hyphens) or spaces as separators. For example, NNNN-NNNN-NNNN-NNNN or NNNN NNNN NNNNNNNN. This excludes common test card numbers.

Validator

Validator

Description

Luhn 10 (remainder 0)

Validates using the Luhn 10 checksum.



Matched expressions

Regex expressions

Description

Score

\b352[89]-\d{4}-\d{4}-\d{4}\b

Matches a 16-digit number beginning with 3528 or 3529, delimited by hyphen.

1

\b352[89] \d{4} \d{4} \d{4}\b

Matches a 16-digit number beginning with 3528 or 3529, delimited by space.

1

\b352[89]\d{12}\b

Matches a 16-digit number beginning with 3528 or 3529 without a delimiter.

1

\b35[3-8]\d-\d{4}-\d{4}-\d{4}\b

Matches a 16-digit number beginning with 353, 354, 355, 356, 357, or 358, delimited by hyphen.

1

\b35[3-8]\d \d{4} \d{4} \d{4}\b

Matches a 16-digit number beginning with 353, 354, 355, 356, 357, or 358, delimited by space.

1

\b35[3-8]\d{13}\b

Matches a 16-digit number beginning with 353, 354, 355, 356, 357, or 358, without a delimiter.

1



Ignored expressions

Regex expressions

Description

3528([ -]?)0007([ -]?)0000([ -]?)0000

3528000700000000 delimited by space or hyphen.

3528([ -]?)7237([ -]?)4002([ -]?)2896

3528723740022896 delimited by space or hyphen.

3530([ -]?)1113([ -]?)3330([ -]?)0000

3530111333300000 delimited by space or hyphen.

3556([ -]?)4000([ -]?)0055([ -]?)1234

3556400000551234 delimited by space or hyphen.

3566([ -]?)0020([ -]?)2036([ -]?)0505

3566002020360505 delimited by space or hyphen.

3569([ -]?)9900([ -]?)0000([ -]?)0009

3569990000000009 delimited by space or hyphen.