Hello,
Using the personal.ini file, I am trying to simplify the ships tags which are automatically downloaded with the fic from: "Character A & Character B, Character A/Character B" to "Character A/Character B".
I think this should go after the following bit of code in my personal.ini file:
Code:
sort_ships:true
sort_ships_splits:
[ ]*/[ ]*=>/
[ ]*&[ ]*=>\s&\s
and be written like:
Code:
[ ]*&[ ]*\,[ ]*/[ ]*=>[ ]*/[ ]*
but I do not know how to check if the brackets contain the same characters.
Is there a possibility to do so?
Thanks!