All regex are tested on http://myregexp.com/
1. Input Text:
abc, sd, "ro, hit, xyz", sdf, "sadf, sdf", "1ro, 1hit, 1xyz"
abc, def, "xy, yz, ui", "sdfs", "ss, oo pp"
Regex:
".*?"|".*?,.*?",|".*?,.*?"
-------------------------