my @pairs = / \G \s* ( [^=]+ = (?: " [^"]* " | \( [^)]* \) | \S* ) ) /xg; [download]
In reply to Re: string parsing with split by ikegami in thread string parsing with split by MeatLips