in reply to Parsing of a string

$_ = q{1:05:02.599,xx:MTV = 0x2f7c:COOL_CALL, an option = 11}; m/(?<==)\s?(.+)\s?(?=:)/; # $1 eq 0x2f7c