I'm trying to search for files with their names ending with t.h so if I search in windows search, I want to get files like at.h
ct.h
abcdt.h
- Windows is not returning these results. Instead when I search I get tc.h
td.h
and tabcd.h
which are not what I want.
I'm using the search query name:"t.h"
in the file explorer search bar
How do I get windows to return the filenames I want?