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
