The addition of an regex matching expression would be great. If I see it correct you can now only match literal strings with: `[?(@.title` == "A string")] I thought of something like: `[?(@.release` =~ "/\d{4}-\d{2}-\d{2}\s\d{2}:\d{2}:\d{2}/"]
The addition of an regex matching expression would be great. If I see it correct you can now only match literal strings with:
[?(@.title== "A string")]I thought of something like:
[?(@.release=~ "/\d{4}-\d{2}-\d{2}\s\d{2}:\d{2}:\d{2}/"]