sed -e 's|^"||;s|"$||' | awk 'BEGIN {FS="[\"], ?[\"]"}{print $2}'
"a","b","c" "a,b","c,d","e,f" ",a,b,",",c,d,","e,f,"
b c,d ,c,d,
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!