Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multiple patterns in file #82

Open
tofutim opened this issue Apr 23, 2023 · 1 comment
Open

multiple patterns in file #82

tofutim opened this issue Apr 23, 2023 · 1 comment

Comments

@tofutim
Copy link
Contributor

tofutim commented Apr 23, 2023

If I have a list of multiple patterns, am I correct that the current code searches them one at a time? Is there anyway (outside of regex) to search them in parallel? It seems like on a large search we would end up going through many keys that may match one of the items in the file.

@Aziz87
Copy link

Aziz87 commented May 12, 2023

yes, you can use multiple many regexs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants