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

--scan-match - Is regex pattern supported ? #120

Closed
Sasidharan3094 opened this issue Jun 22, 2023 · 2 comments
Closed

--scan-match - Is regex pattern supported ? #120

Sasidharan3094 opened this issue Jun 22, 2023 · 2 comments
Labels
enhancement New feature or request released Issue has been released

Comments

@Sasidharan3094
Copy link

Sasidharan3094 commented Jun 22, 2023

I want to match only certain prefix filter keys for example
Multiple matching prefix pattern -> (abc:.*|def:.*)$ -> I want to match only keys starting with abc and def and the rest needs to be ignored.
Negate pattern -> ^(?!qwe:.*|rty:.*)$ -> I want to match keys other than starting with qwe or rty.

Is this possible, I tried with this regex pattern, and seems like it is not supported. Is there any other way?

@Sasidharan3094
Copy link
Author

@jruaux Please confirm on this

@jruaux jruaux added the enhancement New feature or request label Jun 30, 2023
@jruaux jruaux closed this as completed in ab3415c Jun 30, 2023
@jruaux jruaux added the released Issue has been released label Jul 3, 2023
@jruaux
Copy link
Collaborator

jruaux commented Jul 3, 2023

🎉 This issue has been resolved in v3.1.1 (Release Notes)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request released Issue has been released
Projects
None yet
Development

No branches or pull requests

2 participants