Find requester and special chars

How can I search for files with the letter "#" in them ? For instance, when I search for a document about C#, Find seem to return every file name with the letter "c". I have not checked the "use wildcards" box either.

anyone know?

tjukken

Wildcards are always enabled for the Simple Find panel's Name Matching field.

The Use Wildcards checkbox only applies to the Containing Text field directly above it.

If you want to search for filenames containing C# then you need to escape the # using a ' character, like this: C'#

(Alternatively, you can switch to the Find panel's Advanced tab where lines which match filenames can have wildcards disabled (or regular expressions enabled, for that matter).)

I see. Thank you, Leo !

tjukken