Closed txdv closed 13 years ago
If you can suggest a sane way of escaping logger output, go ahead. I can't think of any unambiguous way.
Hm, what about just deleting it? If there is a the code color character, delete the trailing numbers? gsub(/a\d{2}(,\d{2}|)/, "") where a is the colorcode char?
The message was: [01:06:22] DEAD opa;): wh
The loggeroutput:
in the original message opa was colored red, so colorcode04, but it is not escaped.