Multi Commander Support Forum

Multi Commander => Support and Feedback => Topic started by: Jungle on October 19, 2011, 20:04:53

Title: How do i search for a file with a space in name without RegExp/Wildcard?
Post by: Jungle on October 19, 2011, 20:04:53
Is there any way to do so? I tried quotes but without success.
Title: Re: How do i search for a file with a space in name without RegExp/Wildcard?
Post by: Mathias (Author) on October 20, 2011, 11:14:56
Using quotes should work.

Make sure "Contains" is selected.
If wildcard is selected then you need to have * or ? around the string to be able to match a substring.
eg  *"Big wolf"* but if you select Contains then the wildcard characters is not needed