Jump to content

Regular Expression, exlude word.


Recommended Posts

Posted (edited)

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
Posted (edited)

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
Posted

Ok. I find it, but there is something wrong with regexp.

Myytinmurtajat[^\(R\) ]

Posted

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.

Posted

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 )

×
×
  • Create New...