Thread
:
Regex Help Needed
View Single Post
09-01-2015, 07:13 PM
#
2
eschwartz
Ex-Helpdesk Junkie
Posts: 19,421
Karma: 85400180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
Try:
Code:
(?P<author>.+) -
\(
(?P<series>[^)]+)-(?P<series_index>\d+)
\)
\(
(?P<published>.+)
\)
(?P<title>.+)
See how I've used the parentheses to mark out the different fields.
eschwartz
View Public Profile
Find More Posts by eschwartz
Track Posts by eschwartz via RSS