ansiRemoveCsi method

String ansiRemoveCsi()

Removes control sequences (CSI) in the text.

Implementation

String ansiRemoveCsi() => replaceAll(csiRe, '');