I feel like I’m going crazy. I’ve figured out so much, but then my trial and error fails me on something that is simple.
I want to have the character name Anya appear as Anya Jenkins in any fandom with the name “Buffy” in it. Every combination I try fails. even trying category!=The 100 fails, but I don’t want to do that, because there are multiple categories of Buffy (comics, etc.), and that wasn’t working anyway.
what I come up with is
characters, ships=>^([Aa]nya.*)$&&category=~^([Bb]uffy.*)$=>Anya Jenkins
without the category section, this works, and I tried ending that without the $ before the && because I’m pretty sure that’s correct, but no variation on anything I can think of works.
|