FlowCommunications / JSONPath

JSONPath implementation for PHP (based on Stefan Goessner's JSONPath script)
MIT License
304 stars 43 forks source link

Feature: matches regular expression #44

Open 4n70w4 opened 4 years ago

4n70w4 commented 4 years ago
Operator Description
=~ left matches regular expression [?(@.name =~ /foo.*?/i)]

https://github.com/json-path/JsonPath#filter-operators

martinssipenko commented 3 years ago

This project is now marked as abandoned and suggests using softcreatr/jsonpath as a replacement. If you think this issue is still relevant please open a new ticket under the new project.

https://github.com/SoftCreatR/JSONPath