On a MUSH I frequent, some of the commands return extra whitespace at the ends of the lines, which makes the text wrap strangely on my screen. So I attempted to make a trigger that finds whitespace at the end of a line and omits that whitespace from output and from the log.
Trigger: \s+$
x Omit from log file
x Omit from output
x Regular expression
Unfortunately, that omits the entire *line* from the log/output, which definitely isn't what I need. Any suggestions on how I could get the effect I'm looking for?
Trigger: \s+$
x Omit from log file
x Omit from output
x Regular expression
Unfortunately, that omits the entire *line* from the log/output, which definitely isn't what I need. Any suggestions on how I could get the effect I'm looking for?