Creditcard verification with regex?

前端 未结 5 1075
星月不相逢
星月不相逢 2021-02-09 10:58

What is the right way to verify a credit card with a regex? If which one to use there are tons online. If not how to verify?

5条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-02-09 11:20

    I think you're looking for the Luhn Algorithm. It's a simple checksum formula used to validate a variety of identification numbers.

提交回复
热议问题