View Single Post
Old 01-06-2014, 12:49 AM   #419
ACGAuthor
Enthusiast
ACGAuthor began at the beginning.
 
Posts: 41
Karma: 10
Join Date: Nov 2013
Device: Kindle PW
Quote:
Originally Posted by eschwartz View Post
I decided we can do this after all.

We will edit the #stripped_series field, which is already removing the leading (A|The|An) and the full scan will look like this:
Code:
(^(A|The|An)\s+|\s+(Files|Series|Trilogy)$)
So instead of:
Code:
Name: #stripped_series. Template: {series:re(^(A|The|An)\s+,)||}
We will use:
Code:
Name: #stripped_series. Template: {series:re((^(A|The|An)\s+|\s+(Files|Series|Trilogy)$),)||}
Awesome! That works, too. My series, "The Impulse Trilogy", now is shortened to "Impulse" instead of "IT", and I can easily see what I need to edit if I decide to change anything.
ACGAuthor is offline   Reply With Quote