Strip base_xenforoforum tagsfromtitle with commas. Addresses final issue in #782

This commit is contained in:
Jim Miller 2021-12-21 12:50:55 -06:00
parent 8828e1fc28
commit 5128dc6743

View file

@ -719,8 +719,8 @@ add_to_replace_metadata:
# tagsfromtitle=>[\(\)\[\]]=>
# shield these html entities from the ';' pattern below
tagsfromtitle=>&(amp|lt|gt);=>&\1FFF_ENT_MARKER
# change (spaces)slash(or semicolon)(spaces) to comma
tagsfromtitle=> *[/;|] *=>,
# change (spaces)slash(or semicolon, pipe or comma)(spaces) to comma
tagsfromtitle=> *[/;|,] *=>,
# revert html entities
tagsfromtitle=>&(amp|lt|gt)FFF_ENT_MARKER=>&\1;
tagsfromtitle=> [xX] =>,