Page 1 of 1

Not sure why this match isn't working.

PostPosted: Sat May 04, 2019 3:40 pm
by akulbe
I'm trying to make a backup of every file that has "license" anywhere in the filename.

I thought
Code: Select all
<anything>license<anything>
would do the trick, but it's only getting a partial match.

https://www.dropbox.com/s/vdvtmr851ra3gjn/Hazel_Match_Question.png are the files I'm trying to match, the highlighted ones.

It's only getting:

license.dash-license
and license.lic

Re: Not sure why this match isn't working.

PostPosted: Mon May 06, 2019 10:50 am
by Mr_Noodle
Note that everything after the last dot is the extension. If you want to include the extension in the matching, you should use "Full name" instead of "Name".