ansiEscapePattern top-level property
Matches standard ANSI SGR / cursor escape sequences.
Implementation
final RegExp ansiEscapePattern = RegExp(r'\x1B\[[0-9;]*[mGKH]');
Matches standard ANSI SGR / cursor escape sequences.
final RegExp ansiEscapePattern = RegExp(r'\x1B\[[0-9;]*[mGKH]');