Credit Card Number (Kohl's)

Prev Next

Kohl's Credit Card Number (CCN) is a 12-digit number and might have dashes or spaces as separators.

Validator

None

Matched expressions

Regex expressions

Description

Score

\b0\d{2} \d{4} \d{3} 0\d{1}\b

Matches a 12-digit number of the format 0NN NNNN NNN 0N, delimited by space.

1

\b0\d{2}-\d{4}-\d{3}-0\d{1}\b

Matches a 12-digit number of the format 0NN-NNNN-NNN-0N, delimited by hyphen.

1

\b0\d{2}\.\d{4}\.\d{3}\.0\d{1}\b

Matches a 12-digit number of the format 0NN.NNNN.NNN.0N, delimited by dot.

1

\b0\d{9}0\d{1}\b

Matches a 12-digit number of the format 0NNNNNNNNN0N, without a delimiter.

1



Ignored expressions

None