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