Before the , extract with regex ^([^,])+
^([^,])+
After the , ,[\s\S]*$ and find and replace “,” with “”
,[\s\S]*$