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

Allow a list to be compared to a regex in a filter. #685

Merged
merged 1 commit into from
May 10, 2022

Conversation

MorganEPatch
Copy link
Contributor

This is a feature which we have added in our fork of the JsonPath project, and it has proven popular with our users, so we wished to contribute it back upstream. With these changes, a filter can perform a regex comparison of a regex to a list, and the expression will return true if the regex matches at least one item in the list.

@kallestenflo kallestenflo merged commit 3f4900d into json-path:master May 10, 2022
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

Successfully merging this pull request may close these issues.

2 participants