in reply to Re: Adapting parenthesis in regexpsin thread Adapting parenthesis in regexps
my %bits = $string =~ / ([^=]+) # Key =<? # Seperator ([^,>]+ (?> >[^,>]+)*) # Value >?(?:,\s*|\s*$) # Termination /gx; [download]