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 04fd01a commit d5a9a05Copy full SHA for d5a9a05
pyredactkit/identifiers.py
@@ -7,10 +7,9 @@ class Identifier:
7
"""Data identifier class containing all methods to identify sensitive data in files
8
9
Configurable Variables:
10
- regexes (array-dict) : an array list of dictionaries for identifying different type of data.
11
- pattern (str) : regular expression to identify
12
- type (str) : description of type of data
13
- position(str) : json path position of the pattern.
+ regexes (array-dict): an array list of dictionaries for identifying different type of data.
+ pattern (str): regular expression to identify
+ type (tuple): description of options for type of data.
14
15
Returns:
16
None
0 commit comments