SyntaxFix
Write A Post
Hire A Developer
Questions
var s = ",'first string','more','even more'"; var array = s.split(',').slice(1);
That's assuming the string you begin with is in fact a String, like you said, and not an Array of strings.