ansiRemoveSgr method

String ansiRemoveSgr()

Removes SGR (Select Graphic Rendition) codes in the text.

Implementation

String ansiRemoveSgr() => replaceAll(sgrRe, '');