View Single Post
Old 10-14-2021, 05:04 PM   #6541
Hortensia
Enthusiast
Hortensia began at the beginning.
 
Posts: 30
Karma: 10
Join Date: Jul 2021
Device: Kindle Paperwhite, Kobo Libra 2
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!
Hortensia is offline   Reply With Quote