View Single Post
Old 12-15-2010, 08:43 AM   #4
lxrcab
Junior Member
lxrcab began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Dec 2010
Device: Palm Treo Pro (WM 6.1) and LG Optimus Smartphone (Android)
Quote:
Originally Posted by kiwidude View Post
There's a bunch of threads on this around the forums.

The one I use is this:
Code:
^(?P<author>((?!\s-\s).)+)\s-\s(?:(?:\[\s*)?(?P<series>.+)\s(?P<series_index>[\d\.]+)(?:\s*\])?\s-\s)?(?P<title>[^(]+)(?:\(.*\))?
@kiwidude
Would you please give me a plaintext example of a complete "author series seriesindex title" that your regex digests with whatever punctuation is used?

I can't read the regex and figure out what's code and punctuation from the expression and what is data expected to be in the filename. I'm a new user that needs to edit a bunch of filenames and want to make sure they are correct.

Thanks!
lxrcab is offline   Reply With Quote