How can i change this:

A swapping-ground for Regular Expression syntax

How can i change this:

Postby jorydeswart » Wed Dec 14, 2011 11:39 pm

Queen - 2002 - The Platinum Collection

to

Queen - The Platinum Collection

I got 999 more folders to do with different years in it :(
jorydeswart
 
Posts: 1
Joined: Wed Dec 14, 2011 11:37 pm

Re: How can i change this:

Postby Jane » Thu Dec 15, 2011 2:14 am

There are plenty of examples if you check the forum.
Here's one way to do it:

In Regex(1)
Match: ([^-]+-) *\d+ *-(.+)
Replace \1\2
Note that there is a space before each of the asterisks *
Make sure Include Ext. is NOT checked

Jane
Jane
 
Posts: 24
Joined: Sat Aug 05, 2006 1:20 am


Return to Regular Expressions


cron