Closed rotty3000 closed 7 months ago
It would be really useful if jsonpath could filter by regex using =~, left matches regular expression.
=~
e.g. [?(@.name =~ /foo.*?/i)]
[?(@.name =~ /foo.*?/i)]
It would be really useful if jsonpath could filter by regex using
=~
, left matches regular expression.e.g.
[?(@.name =~ /foo.*?/i)]