ansiHasCsi property
bool
get
ansiHasCsi
Whether there control sequences (CSI) in the text.
Implementation
bool get ansiHasCsi => csiRe.hasMatch(this);
Whether there control sequences (CSI) in the text.
bool get ansiHasCsi => csiRe.hasMatch(this);