Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Commit

Permalink
Add space after regex list
Browse files Browse the repository at this point in the history
Add new line to improve readability
  • Loading branch information
DJensen94 committed Jul 21, 2022
1 parent 2ccd8e8 commit 1b00846
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pe_source/data/helpers/redact_pii.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
HI_NE_VA = [r"(?:(?<=\s)|(?<=^))[a-zA-Z]\d{8}(?=$|\s)"]
MN_FL_MD_MI = [r"(?:(?<=\s)|(?<=^))[a-zA-Z]\d{12}(?=$|\s)"]
MO_OK = [r"(?:(?<=\s)|(?<=^))[a-zA-Z]\d{9}(?=$|\s)"]

# Build detectors to find Drivers License ID


Expand Down

0 comments on commit 1b00846

Please sign in to comment.