$_ = q{1:05:02.599,xx:MTV = 0x2f7c:COOL_CALL, an option = 11}; m/(?<==)\s?(.+)\s?(?=:)/; # $1 eq 0x2f7c [download]
In reply to Re: Parsing of a string by sh1tn in thread Parsing of a string by Aaryan