piighost/credit-card

Payment card number: 13 to 19 digits, each optionally followed by a space or a hyphen. Shape only, no Luhn check and no issuer prefix, so any long digit run (order numbers, tracking codes) is also reported.

Label: CREDIT_CARD

Pattern

\b(?:\d[ -]?){12,18}\d\b

Must be caught

Must be left alone

Tags: international, finance, banking, ecommerce

Download the detector as TOML