Category: Regular Expressions

Matching Credit Card Numbers

Visa Regex Test

Overview Using regular expressions, you can easily match a credit card number.  You may wish to validate legit CC numbers, block financial information in emails, or audit security by finding financial information in documents.  There is no perfect algorithm or regex for detecting potential CCN’s, and there will always be false positives, etc.  Although regular …

Continue reading