String search in jsonpath

Hi,

Is it possible in Gatling to use string search in jsonpath? I would like to achieve something like this:

`

.check(jsonPath($[?(/abc/.test(@.name))].id).exists)

`

Cheers,
Michał

No. And there’s no such operator/feature in the JsonPath spec.