Help for this page
$_ = "'foo',123,'bar\\'cuz', 'comma,comma',,'void'"; while(/('(.*?)'|([^']*?))($|,\s*)/g) ... > >void >
$_ = "'foo',123,'bar\\'cuz', 'comma,comma',,'void'"; ... < < <