Quote:
Originally Posted by ownedbycats
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>