- or download this
my $line = "Stopping saslauthd: \x1b[60G[\x1b[0;31mFAILED\x1b[0;39m]\r
+";
- or download this
use strict;
use warnings;
...
my $noesc = $line;
$noesc =~ s/(\e\[\d+G|\e\[\d+(;\d+)*m|\r*)//g;
print "noesc = '$noesc'\n";
- or download this
$noesc =~ s/(\e\[\d+G|\e\[\d+(;\d+)*m|\r*)//g;