File search - regex?

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
cwig
Junior Member
Junior Member
Posts: 2
Joined: 2009-12-03, 15:44 UTC

File search - regex?

Post by *cwig »

I want to search for all .jpg files that are not named "folder.jpg". Is this possible with RegEx?
User avatar
Gral
Power Member
Power Member
Posts: 1609
Joined: 2005-01-26, 15:12 UTC

Post by *Gral »

This is very easy without RegEx:
Type in "Search for" field

Code: Select all

*.jpg|folder.jpg
User avatar
white
Power Member
Power Member
Posts: 6016
Joined: 2003-11-19, 08:16 UTC
Location: Netherlands

Post by *white »

You can use the operator "!regex" (and other similar operators) on the Plugins tab.

Note: Searching using the Plugins tab only works with the normal file system (files and directories), but not with virtual folders like the desktop, ftp connections, files in archives, or file system plugins.
Post Reply