ansiRemoveSgr method
Removes SGR (Select Graphic Rendition) codes in the text.
Implementation
String ansiRemoveSgr() => replaceAll(sgrRe, '');
Removes SGR (Select Graphic Rendition) codes in the text.
String ansiRemoveSgr() => replaceAll(sgrRe, '');