Enable regex by default?

General discussion related to "Everything".
Post Reply
yaruk
Posts: 17
Joined: Thu Aug 26, 2010 10:04 pm

Enable regex by default?

Post by yaruk »

[how] can I "enable regex" by default?
void
Developer
Posts: 16681
Joined: Fri Oct 16, 2009 11:31 pm

Re: Enable regex by default?

Post by void »

Everything should remember this setting automatically.

Enable regex in "Everything" from the Search menu.
Exit Everything.
The next time you run "Everything", Regex should still be enabled.

You can also enable regex in the Everything.ini file with the following line:
match_regex=1
yaruk
Posts: 17
Joined: Thu Aug 26, 2010 10:04 pm

Re: Enable regex by default?

Post by yaruk »

thanks..

What I was doing was just starting a new one up making a change, starting another new one up.... I see I had to close a window to get it to save it. Makes sense.. and is sensible.. I think the behaviour.. is good.

seriously incredible program by the way.
Edwardo
Posts: 11
Joined: Sat Jun 01, 2013 10:47 pm

Re: Enable regex by default?

Post by Edwardo »

Would someone kindly explain Regex?

Thanks
Edwardo
void
Developer
Posts: 16681
Joined: Fri Oct 16, 2009 11:31 pm

Re: Enable regex by default?

Post by void »

regex, or Regular Expression is a common search syntax for more advanced searches.

http://en.wikipedia.org/wiki/Regex
Post Reply