Debit Card Number (EU)

Prev Next

Debit card numbers as issued by the major debit card carriers in the European Union such as Maestro, Visa, and Laser.

Validator

None

Matched expressions

Regex expressions

Description

Score

\b(0604|5018|5020|5038|5612|5893|6304|6390|6706|6709|6759|6761|6762|6763|6771|6799)\d{12,15}\b

Matches a 16-19-digit card number beginning with 0604, 5018, 5020, 5038, 5612, 5893, 6304, 6390, 6706, 6709, 6759, 6761, 6762, 6763, 6771, or 6799.

1

\b(0604|5018|5020|5038|5612|5893|6304|6390|6706|6709|6759|6761|6762|6763|6771|6799) \d{4} \d{4} \d{4,7}\b

Matches a 16-19-digit card number beginning with 0604, 5018, 5020, 5038, 5612, 5893, 6304, 6390, 6706, 6709, 6759, 6761, 6762, 6763, 6771, or 6799 delimited by space.

1

\b(0604|5018|5020|5038|5612|5893|6304|6390|6706|6709|6759|6761|6762|6763|6771|6799)-\d{4}-\d{4}-\d{4,7}\b

Matches a 16-19-digit card number beginning with 0604, 5018, 5020, 5038, 5612, 5893, 6304, 6390, 6706, 6709, 6759, 6761, 6762, 6763, 6771, or 6799 delimited by hyphen.

1

\b(0604|5018|5020|5038|5612|5893|6304|6390|6706|6709|6759|6761|6762|6763|6771|6799).\d{4}.\d{4}.\d{4,7}\b

Matches a 16-19-digit card number beginning with 0604, 5018, 5020, 5038, 5612, 5893, 6304, 6390, 6706, 6709, 6759, 6761, 6762, 6763, 6771, or 6799 delimited by dot.

1

\b(4026|417500|4405|4508|4844|4913|4917|5019)[0-9]{12}\b

Matches a 16-digit card number beginning with 4026, 417500, 4405, 4508, 4844, 4913, 4917 or 5019.

1

\b(4026|417500|4405|4508|4844|4913|4917|5019) [0-9]{4} [0-9]{4} [0-9]{4}\b

Matches a 16-digit card number beginning with 4026, 417500, 4405, 4508, 4844, 4913, 4917, or 5019 delimited by space.

1

\b(4026|417500|4405|4508|4844|4913|4917|5019)-[0-9]{4}-[0-9]{4}-[0-9]{4}\b

Matches a 16-digit card number beginning with 4026, 417500, 4405, 4508, 4844, 4913, 4917, or 5019 delimited by hyphen.

1

\b(4026|417500|4405|4508|4844|4913|4917|5019)\.[0-9]{4}\.[0-9]{4}\.[0-9]{4}\b

Matches a 16-digit card number beginning with 4026, 417500, 4405, 4508, 4844, 4913, 4917, or 5019 delimited by dot.



Ignored expressions

None