Tweak forums title replace_metadata

This commit is contained in:
Jim Miller 2015-07-14 13:27:22 -05:00
parent 19109bfb4e
commit d633f70ce7
2 changed files with 4 additions and 4 deletions

View file

@ -396,8 +396,8 @@ add_to_replace_metadata:
tagsfromtitle=> */ *=>,
tagsfromtitle=> x =>,
# remove [] or () blocks and leading/trailing spaces
title=> *[\(\[]([^\]\)]+)[\)\]] *=>
# remove [] or () blocks and leading/trailing spaces/dashes/colons
title=>[-: ]*[\(\[]([^\]\)]+)[\)\]][-: ]*=>
# remove 'Thread' and the next word, usually "Thread 2", "Thread
# four", "Thread iv", etc
title=>[-: ]*[Tt]hread [^ ]+[-: ]*=>

View file

@ -393,8 +393,8 @@ add_to_replace_metadata:
tagsfromtitle=> */ *=>,
tagsfromtitle=> x =>,
# remove [] or () blocks and leading/trailing spaces
title=> *[\(\[]([^\]\)]+)[\)\]] *=>
# remove [] or () blocks and leading/trailing spaces/dashes/colons
title=>[-: ]*[\(\[]([^\]\)]+)[\)\]][-: ]*=>
# remove 'Thread' and the next word, usually "Thread 2", "Thread
# four", "Thread iv", etc
title=>[-: ]*[Tt]hread [^ ]+[-: ]*=>