ansiHasSgr property

bool get ansiHasSgr

Whether there SGR (Select Graphic Rendition) codes in the text.

Implementation

bool get ansiHasSgr => sgrRe.hasMatch(this);