ansiHasSgr property
bool
get
ansiHasSgr
Whether there SGR (Select Graphic Rendition) codes in the text.
Implementation
bool get ansiHasSgr => sgrRe.hasMatch(this);
Whether there SGR (Select Graphic Rendition) codes in the text.
bool get ansiHasSgr => sgrRe.hasMatch(this);