This is my current regex:
Code:
^(?P<author>((?!\s-\s).)+)\s-\s(?:(?:\[\s*)?(?P<series>.+)\s(?P<series_index>[\d\.]+)(?:\s*\])?\s)?(?P<title>[^(]+)(?:\(.*\))?
for format
Code:
author - [series series-index] title
I need it changed to handle
Code:
author - [series series-index] !tag1, tag2# title