ansiHasEscapeCodes property

bool get ansiHasEscapeCodes

Whether there any escape codes in the text.

Implementation

bool get ansiHasEscapeCodes => escapeCodesRe.hasMatch(this);