convert javascript comma seperated 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:30 UTC
Read the original article
Hit count: 229
I have a comma seperated string that I want to convert to an array so I can loop through them.
Is there anything built-in to do this?
© Stack Overflow or respective owner