Page 1 of 1

Match name based on characters and random numbers between

PostPosted: Thu Sep 22, 2011 6:30 pm
by HackerJL
Really loving Hazel, but...

I am trying to move TV shows seperate of movies. I cannot nail a search string that will let me do what I want (either in hazel or these forums) so please dont chastize me for asking.

I want to simply match the rule:
If the name contains S##E## then move it to here.

What is the variable for ## that Hazel understands to be 2 numbers. Could be 01, could be 99, but never 999 (3 digits).

Any help appreciated.

Re: Match name based on characters and random numbers betwee

PostPosted: Fri Sep 23, 2011 11:58 am
by Mr_Noodle
I think you can just use the "digit" token for each #. It just represents a single numerical digit. Using "number" will match an arbitrary number of digits.

Re: Match name based on characters and random numbers betwee

PostPosted: Sat Sep 24, 2011 11:36 am
by HackerJL
Mr_Noodle wrote:I think you can just use the "digit" token for each #. It just represents a single numerical digit. Using "number" will match an arbitrary number of digits.


Perfect. Thanks.