[Help] how to use quick search for this case

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
xnmp
Posts: 88
Joined: 15 Mar 2013 04:46

[Help] how to use quick search for this case

Post 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

highend
Posts: 14996
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

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

Post by highend »

Code: Select all

D:\n|E:\n?>(ab.*cd|ef.*gh)
One of my scripts helped you out? Please donate via Paypal

xnmp
Posts: 88
Joined: 15 Mar 2013 04:46

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

Post by xnmp »

Thank you very much, highend, you made my day

Post Reply