Please help with regex search

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
zBernie
Posts: 179
Joined: 08 Dec 2016 17:20

Please help with regex search

Post by zBernie »

I'm doing a Ctrl-F (Find Files) then select the "Name & Location" tab. Then for Mode I have RegExp selected. What I'm trying to do is find files that begin with either:

anne_first OR anne_second

Any help would be greatly appreciated!

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

Re: Please help with regex search

Post by highend »

Code: Select all

^(anne_first|anne_second)
One of my scripts helped you out? Please donate via Paypal

Post Reply