As the title suggests, I can search like so:
filename:{asf asx avi divx flv m4v mkv mov mp4 mpeg mpg ogm wmv}
Or
filename:example.pdf
But I want to search on filename with regex. Something like:
filename:*ampl*
To find a file named example.xlsx
.
Any ideas?
filename:example
should work. In my tests,filename:string
worked in finding attachments with the word "string" in the filename. – Krampus Dec 2 at 21:18filename:strin
, which is what the OP is looking for, doesn’t work. Not in my tests anyway. – Alex Dec 3 at 8:02