case insensitive regex path #121
Unanswered
fedoranvar
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Good question! I would check the JSONPath Plus for documentation on this. If they support it, it should be possible. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Good day to you!
I've query-filter,. with variable
$document
:$.result[?(@.item.match('.*$document.*'))].item
I want make it case-insensitive.
Tried
$.result[?(@.item.match('/.*$document.*/i'))].item
No success.
Is it possible to do case-insensitive query?
thank you!
Beta Was this translation helpful? Give feedback.
All reactions