Escape character, used to introduce an escape sequence.
Returns true if the string contains the ESC character.
Returns true if the string contains the ESC character.
TODO - this should handle raw CSI (not used much)
Returns the string s with escape sequences removed.
Returns the string s with escape sequences removed.
An escape sequence starts with the ESC character (decimal value 27) and ends with an escape terminator.
isEscapeTerminator
(Since version 0.13.0) Moved to ConsoleOut
An escape terminator is a character in the range @ (decimal value 64) to ~ (decimal value 126).
An escape terminator is a character in the range @ (decimal value 64) to ~ (decimal value 126).
It is the final character in an escape sequence.
cf. http://en.wikipedia.org/wiki/ANSI_escape_code#CSI_codes
(Since version 0.13.8) No longer public.
(Since version 0.13.0) Moved to ConsoleOut
(Since version 0.13.0) Moved to ConsoleOut
(Since version 0.13.0) Moved to ConsoleOut
(Since version 0.13.0) Moved to ConsoleOut
(Since version 0.13.0) Moved to ConsoleOut