Skip to content
This repository was archived by the owner on Feb 21, 2025. It is now read-only.

Add regex search functionality#41

Open
vocaeq wants to merge 2 commits intosecuring:masterfrom
vocaeq:master
Open

Add regex search functionality#41
vocaeq wants to merge 2 commits intosecuring:masterfrom
vocaeq:master

Conversation

@vocaeq
Copy link

@vocaeq vocaeq commented Jun 8, 2021

No description provided.

found = 0
with open(_file) as f:
for _key in lines:
pattern = re.compile(singleregex)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it doesn't search through extensions and filenames and in regex.yaml there are many rules against it. It would be nice to add a check against the filename too

@NotoriousRebel
Copy link

@vocaeq Any updates to this?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants