strip method Null safety
- String target
Strip all ANSI SGR commands from the target string and return the 'stripped' result string.
Implementation
String strip(String target) {
return AnsiUtils.stripAnsi(target);
}
Strip all ANSI SGR commands from the target string and return the 'stripped' result string.
String strip(String target) {
return AnsiUtils.stripAnsi(target);
}