File search - regex?
Moderators: Hacker, petermad, Stefan2, white
File search - regex?
I want to search for all .jpg files that are not named "folder.jpg". Is this possible with RegEx?
This is very easy without RegEx:
Type in "Search for" field
Type in "Search for" field
Code: Select all
*.jpg|folder.jpg