vala = 'sdfsdf,sdf' vala.split(",");
vala[0] = s vala[1] = d vala[2] = f
vala = vala.split(",");
"hello"[0]; // h
alert('hello'.match(/\w/g)[0]);