removeEscapeCodes method

String removeEscapeCodes()

Removes any escape codes in the text.

Implementation

String removeEscapeCodes() => replaceAll(escapeCodesRe, '');