Search found 1 match

by zebranky
13 Jun 2007, 12:02
Forum: Feature Requests
Topic: Regular Expressions in Filters?
Replies: 5
Views: 8546

Regular Expressions in Filters?

Not sure if this has been posted, so apologies if it has.

What I would like to see on the filters/selections is a way to use regular expressions as well as wild cards. As an example, I would like to filter files like so:
FileName_[0-9]+\.zip

This would select files like:

FileName_0.zip ...