How to use the "matches" field for grouping?

Ask for help and report issues with the Mac OS X version of Transmission
Post Reply
htxir
Posts: 3
Joined: Sun Jul 19, 2009 3:35 am

How to use the "matches" field for grouping?

Post by htxir »

Hi there,

I am familiar with Perl regular expressions, but for the life of me, I can't manage to get them working with Transmission. Essentially, I want all torrents that look like Blah.SXXEXX.avi to slot into one category.

Code: Select all

/S\d{2}E\d{2}/
That's a no go, although it works when used in, say, Javascript, as below.

Code: Select all

"Blah.S03E04.avi".match(/S\d{2}E\d{2}/)

How would I use this in Transmission?
htxir
Posts: 3
Joined: Sun Jul 19, 2009 3:35 am

Re: How to use the "matches" field for grouping?

Post by htxir »

Bump
htxir
Posts: 3
Joined: Sun Jul 19, 2009 3:35 am

Re: How to use the "matches" field for grouping?

Post by htxir »

Bump
Post Reply