Removes ANSI color codes and movement commands.
Hide omitted argument names for this functionShow omitted argument names for this function
stripAnsiCodes()
Examples
Remove the ANSI escape codes from the message field.
logscale
message := "\x1b[93;41mColor"
| stripAnsiCodes(message)
| @display := message
Remove all ANSI escape codes from @rawstring
logscale
stripAnsiCodes()