piiregex icon indicating copy to clipboard operation
piiregex copied to clipboard

Search for PII in Python

Results 1 piiregex issues
Sort by recently updated
recently updated
newest added

It would be helpful to be able to get the list of all of the regex matches separately from the boolean method `any_match`. This PR adds a new `matches` method...