Multi Commander > Support and Feedback

File find

<< < (2/2)

Jungle:
You're probably right.

Ulfhednar:
This is a useful free regex tester
http://antix.co.uk/Projects/Regex-Tester

If you want to go further with Regex this is a good place to look
http://www.regular-expressions.info/jgsoft.html
Some good regex progs as well (but paid-for).

Mathias (Author):
I'm not an expert in RegEx

but this worked for me..  it requires that that word1 and word2 exist in the file in both orders (first word1 and then word2, or word2 and then word1)
Might get messy if more then two is used. But there must be some better regex trick for that

(.*word1.*word2.*|.*word2.*word1.*)

Navigation

[0] Message Index

[*] Previous page

Go to full version