While trying to create a version of input to feed into my actual code, I need to create a file that enable to get "contains" a string with case sensitive version of string, in a value for a key. i.e building a regex to implement "contains" "camfrog or tubemate, or soundclould" .
From this Json input I need to filter apps that have names "like" Camfrog (It can be CAMFROG, camfrog .. etc, so the regex has to be case insensitive.along with this, I need to output a series of app_names like, say "Camfrog", "Tubemate", "soundcloud" etc. I looked up the jq manual here, , but couldn't build the expression.