";" SEPARATED MULTIPLE MASKS for non-RegEx users.

Have a suggestion for "Everything"? Please post it here.
Post Reply
1nd1g0
Posts: 15
Joined: Mon Mar 30, 2009 4:10 am

";" SEPARATED MULTIPLE MASKS for non-RegEx users.

Post by 1nd1g0 »

.avi;.mkv;.vob

Quite useful search request for those, who does not common with complex RegEx constructions. The program turns a bit more friendly...
David
Developer
Posts: 430
Joined: Tue Mar 17, 2009 1:42 am

Re: ";" SEPARATED MULTIPLE MASKS for non-RegEx users.

Post by David »

This can be achieved with .avi|.mkv|.vob
I will consider allowing ; for OR operations.

Thanks for the suggestion.
Post Reply