View Single Post
Old 12-24-2022, 12:06 AM   #7845
LadyLight
Junior Member
LadyLight began at the beginning.
 
LadyLight's Avatar
 
Posts: 1
Karma: 10
Join Date: Jun 2018
Device: iPad
Talking

Quote:
Originally Posted by ownedbycats View Post
Question: Some AO3 authors include both "CharacterA/CharacterB" and "CharacterA & CharacterB."

Has anybody made a in/exclude_metadata regex + conditional that can strip out the later without making separate lines for every possible ship? (Is it even possible?)
I have the same question.
Code:
add_to_replace_metadata:
 ..
 ships=>(.*)[&](.*)=>\1 and \2
almost works. but then the output looks like:

<CharacterA> and amp; <CharacterB>
LadyLight is offline   Reply With Quote