Search for exact names in array of random names and nothing more?
So i need only 101-01,102-02,103-01,107-02z,108-01 - no more no less, only what i typed in search box.
Use b.bmp[/b] as a wildcard (easier than regexps) on the Advanced find tab.
(The Simple tab's name field does partial matching, so there's effectively a * added to the start and end of whatever you type. That isn't the case on the Advanced tab. The rest is just a simple wildcard matching your list of filenames.)