in reply to Re: Regex to extract multiple occurrences
in thread Regex to extract multiple occurrences

That regexp doesn't work. It returns 'apples', 'pears, peaches'. See my post for the reason both your solution and the OP's solution don't work. ++ for suggesting split, however.
  • Comment on Re^2: Regex to extract multiple occurrences