Page 1 of 1

[Help] how to use quick search for this case

Posted: 08 Feb 2017 09:41
by xnmp
i want to search for (case-insensitive)
filename contains "ab" and "cd"
or filename contains "ef" and "gh"
in folder "d:\n" or "e:\n"
using quicksearch (in the adress bar of xyplorer)
please tell me the command i have to enter in the adress bar of xyplorer

thanks

Re: [Help] how to use quick search for this case

Posted: 08 Feb 2017 10:02
by highend

Code: Select all

D:\n|E:\n?>(ab.*cd|ef.*gh)

Re: [Help] how to use quick search for this case

Posted: 08 Feb 2017 10:03
by xnmp
Thank you very much, highend, you made my day