Page 1 of 1

Please help with regex search

Posted: 15 Dec 2016 03:41
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!

Re: Please help with regex search

Posted: 15 Dec 2016 08:07
by highend

Code: Select all

^(anne_first|anne_second)