Add new comment

Filename filtering panel accepts:

  • substring
  • glob (like dsc12*.arw)
  • regular expression (regular expressions are detected by the / symbol prefix)

So to limit display to 1234 OR 2345 OR 6789 use:  /1234|2345|6789

--

Alex Tutubalin/FastRawViewer team