to fine filenames containing non-ascii characters works as advertised, finding 10 files here. But if I remove the double quote from that list of characters, the search results are empty. I'd expect the results to stay the same (or grow). What's up with that?
Thanks.
- Vince
[ = Start of Set
^ = Don't match characters in the set (Exclude)
] = Immediately after the ^ will include ] in the set and does not close the set as it usually would.
...] = the rest of the set including the set terminator ].
The double quote is something I've overlooked with the regex: term.
The double quote is ignored in this case, but is useful for escaping the white space and | towards the end of the set.
It will work correctly if you remove the double quote, enable regex from the search menu and search for: