Really thought I had this figured out, but as per usual fanfictionnet is throwing in wrenches. I’m trying to standardize character names, and I’d like it them to be defaults. So ff.net uses Draco M., some Ao3 is Draco. For characters I had that working like this:
Quote:
characters,ships_CHARS,ships=>^(.*(Draco|Draco M\.)/s.*)$=>Draco Malfoy
|
, works on characters but does absolutely nothing on ships
I've used (|) in the past for stuff like this, but for some reason that didn’t’t work either