Cant removing all text after WORD

Post any Bulk Rename Command support requirements here. Open to all registered users.

Cant removing all text after WORD

Postby sph984 » Sat Oct 11, 2008 1:45 am

Hello,

I am trying to really simple regexp to change this:
Movie.Name.2008.XviD-release OR Movie.Name.DVD.XviD-release
to
Movie Name

I tried a number of different regexp, most worked in BRU but not in BRC. Checked them with Regex Coach and should have worked. BRC seems to leave XviD-release and remove 2008/DVD or some combination of this.

The files are located on a network share if that would change anything...

I tried:
(.*)([.])([2008])(.*)
(.*)([.])(DVD)(.*)

Also is there a way to change the search to be case insensitive? I usually add /i to the string but cant figure out where I would add this.

Thanks a lot for any help. (After spending an hour or two on it, I'm going to spend my day off doing something more relaxing :))
sph984
 
Posts: 1
Joined: Sat Oct 11, 2008 1:35 am

Re: Cant removing all text after WORD

Postby audiogalaxy » Fri Aug 21, 2009 5:44 am

I'm also very interested in this solution. Some regex solutions applied to something I can understand can help...

no one? :-/
audiogalaxy
 
Posts: 23
Joined: Thu Nov 20, 2008 10:56 am


Return to BRC Support