my $string = "D:\linkctltr.cxx68Note970Use outside of a typedef";
$string =~ /([^<]+)/;
my $file = $1;
$string =~ /([^<]+)/;
my $line = $1;
$string =~ /([^<]+)/;
my $type = $1;
$string =~ /([^<]+)/;
my $codee = $1;
$string =~ /([^<]+)/;
my $desc = $1;