convert javascript comma separated string into an array
Posted
by Blankman
on Stack Overflow
See other posts from Stack Overflow
or by Blankman
Published on 2010-05-18T14:23:47Z
Indexed on
2010/05/18
14:40 UTC
Read the original article
Hit count: 267
I have a comma separated string that I want to convert into an array so I can loop through it.
Is there anything built-in to do this?
© Stack Overflow or respective owner