ansiHasEscapeCodes property
bool
get
ansiHasEscapeCodes
Whether there any escape codes in the text.
Implementation
bool get ansiHasEscapeCodes => escapeCodesRe.hasMatch(this);
Whether there any escape codes in the text.
bool get ansiHasEscapeCodes => escapeCodesRe.hasMatch(this);