remove_ANSI: Remove ANSI color code

View source: R/spsUtil.R

remove_ANSIR Documentation

Remove ANSI color code

Description

Remove ANSI pre-/suffix-fix in a character string.

Usage

remove_ANSI(strings)

Arguments

strings

strings, a character vector

Value

strings with out ANSI characters

Examples

remove_ANSI("\033[34m\033[1ma\033[22m\033[39m")
remove_ANSI(c("\033[34m\033[1ma\033[22m\033[39m",
              "\033[34m\033[1mb\033[22m\033[39m"))

spsUtil documentation built on Nov. 5, 2025, 7:36 p.m.