Jump to content

Regular Expression, exlude word.


Recommended Posts

I want to exlude ( R ) from epg search.

 

^Myytinmurtajat(.*)(?<!\(R\))$

 

Why this regexp does not work? I try Regular Expression Test Page and it is ok.

 

Is there something wrong with epg-search and ( ) marks? This "Myytinmurtajat ( R )" search does not work at all. (remove those space rear and front R, forum software made this mark ® )

 

This is original file name. Discovery Channel ( C ) Myytinmurtajat ( R ) - (111) Arkkujuttu

Edited by janip
Link to comment

Have to jump up that.

 

Discovery Channel ( C ) Myytinmurtajat ( R ) - (111) Arkkujuttu

 

How i can exclude ( R ) marked progrmas from epg-searhc?

Anything won't work, what i try.

^Myytinmurtajat((?!\(R\)).)*$

 

Epg search find ( R ), when i use this search.

Myytinmurtajat \(R\)

Edited by janip
Link to comment

Hups. I'm idiot again.

I hate those translations, "käytä säännöllisiä ilmaisuja" means "use regular exprensions".

 

I think i have change windows to english language...

 

^Myytinmurtajat((?!\(R\)).)*$

This work ok.

Link to comment

One more question.

How i can use Regular Expression to exclude recording, if replay mark is inside title?

Something like that.

 

Mitä tänään syötäisiin? - Aioli-perunasalaatti. Txt 357 - 361. ( r )

Link to comment
×
×
  • Create New...