-
|
I have this example logs message/event:
I'm trying to remove the ANSI color coding that's coming through the logs. I'm trying with this replace function No errors, but no replacement is happening. The regex correctly matches according to regex101 testing. I must be doing something wrong with the replace functionality. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
This might be due to #148 (lack of unicode escapes working in literals). |
Beta Was this translation helpful? Give feedback.
This might be due to #148 (lack of unicode escapes working in literals).