ansiHasCsi property

bool get ansiHasCsi

Whether there control sequences (CSI) in the text.

Implementation

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