Skip to content

Commit

Permalink
Add Apple Pay, Google Pay, Shop Pay, Visa, Master, Amex and Venmo det…
Browse files Browse the repository at this point in the history
…ection
  • Loading branch information
AliasIO committed Jul 24, 2020
1 parent c4ef1dc commit ba082e8
Show file tree
Hide file tree
Showing 6 changed files with 192 additions and 134 deletions.
5 changes: 0 additions & 5 deletions bin/validate.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,6 @@ try {
throw new Error(`${error.message} (${id})`)
}

//
if (/\.[+*]/.test(regex)) {
console.log(regex)
}

// Count capture groups
const groups = new RegExp(`${regex}|`).exec('').length - 1

Expand Down
Loading

0 comments on commit ba082e8

Please sign in to comment.