removeCsi method

String removeCsi()

Removes control sequences (CSI) in the text.

Implementation

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