Skip to content

Commit

Permalink
Removes extra '|' in regex
Browse files Browse the repository at this point in the history
  • Loading branch information
alxberardi committed Dec 20, 2016
1 parent 3c21972 commit cab3685
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/sensitive_data_filter/types/credit_card.rb
Expand Up @@ -15,7 +15,6 @@ module CreditCard
| #{CARD_13_DIGITS.source}
| #{CARD_14_DIGITS.source}
| #{CARD_15_DIGITS.source}
|
/x
CATCH_ALL_SEPRS = SEPARATORS.source + '*'
CATCH_ALL = /(?:\d#{CATCH_ALL_SEPRS}?){13,16}/
Expand Down

0 comments on commit cab3685

Please sign in to comment.