Removes ANSI color codes and movement commands.

ParameterTypeRequiredDefaultDescription
asstringoptional[a]  Name of output field, default is to replace contents of input field.
field[b]stringrequired@rawstring Specifies the field where to remove ANSI escape codes.

[a] Optional parameters use their default value unless explicitly set

[b] The argument name field can be omitted.

Hide omitted argument names for this function

Show omitted argument names for this function

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()