Author Topic: How do i search for a file with a space in name without RegExp/Wildcard?  (Read 7842 times)

Jungle

  • Contributor
  • VIP Member
  • *****
  • Posts: 512
  • Old Skull
    • View Profile
Is there any way to do so? I tried quotes but without success.

Mathias (Author)

  • Administrator
  • VIP Member
  • *****
  • Posts: 4283
    • View Profile
    • Multi Commander
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