We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5439d5 commit fcd5719Copy full SHA for fcd5719
pyredactkit/identifiers.py
@@ -25,7 +25,7 @@ class Identifier:
25
"type": ("ip", "ipv4")
26
},
27
{
28
- "pattern": '((?:(?:\\d{4}[- ]?){3}\\d{4}|\\d{15,16}))(?![\\d])',
+ "pattern": r'((?:(?:\\d{4}[- ]?){3}\\d{4}|\\d{15,16}))(?![\\d])',
29
"type": ("cc", "creditcard")
30
31
0 commit comments