/ Published in: JavaScript

Convert javascript comma separated string into an array
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
var array = string.split(',');
Comments
