Quote:
Originally Posted by suhair
I'm looking for an efficient way to clean up Ao3 category subject tags for Boku no Hero Academia.
...
Is there a way to change any category tag that includes "Hero Academia" (not case sensitive) to "Boku no Hero Academia | My Hero Academia"?
|
AO3's tagging is, IMO, a fundamentally unfixable mess. But that doesn't stop people trying.
For maximum matching, you probably want something like:
Code:
replace_metadata:
category=>(?i)^.*Hero Academia.*$=>Boku no Hero Academia | My Hero Academia
See
ReplaceMetadata wiki page or search for replace_metadata.