I would like to use the file search in VSCode to filter for all files which contain two different strings - like "https" and "json_encode". The Regex search of VSCode looks promising - but it seams to be limited "per line".
I tried:
https(.*)json_encode