I can use JavaScript's split to put a comma-separated list of items in an array:
var mystring = "a,b,c,d,e";
var myarray = mystring.split(",");
What I have in mind is a little more complicated. I have this comma separated string:
"mystring_109_all,mystring_110_mine,mystring_125_all"
how do i split this string in to an array