hasCsi property

bool get hasCsi

Whether there control sequences (CSI) in the text.

Implementation

bool get hasCsi => csiRe.hasMatch(this);