i want to find folders with files with the same file name but with a different extension
i tried this but it doesn't work
Code: Select all
regex:child:(.+)\.png regex:child:(\1)\.jpg
regex:(child:(.+)\.png child:(\1)\.jpg)
Thanks.
Code: Select all
regex:child:(.+)\.png regex:child:(\1)\.jpg
regex:(child:(.+)\.png child:(\1)\.jpg)