Quote:
Originally Posted by DemiGraceling
I am trying to make it so all of the ships have the same formate.
I want:
CharacterA/CharacterB
CharacterA & CharacterB
I have added Lines:
ships=> /=>/
ships=>/ =>/
to remove any spaces on either side of the / but I don't know if there is a way to make sure there is a space on either side of the &.
|
Try this:
Code:
## You can use \s in the replacement to add explicit spaces. (The config parser
## tends to discard trailing spaces.)
# ...
ships=>[ ]*/[ ]*=>/
ships=>[ ]*&[ ]*=>\s&\s