ref https://github.com/RedisJSON/RedisJSON/issues/494 Checks if a string contains the specified substring (case-sensitive), or an array contains the specified element. ``` [?(@.name contains 'Alex')] [?(@.numbers contains 7)] [?('ABCDEF' contains @.character)] ```