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