in reply to Re: Help with parsing a stringin thread Help with parsing a string
$line =~ s{\b([a-f\d]{2})\s+(?=[a-f\d]{2}\b)}{$1}gi; [download]