I have a string containing values which are separated by commas within the string I want to get each value just like I would with PHP explode, but I need to do it in JavaScript. Is there a way and how can be done?
Thanks
Leron
I have a string containing values which are separated by commas within the string I want to get each value just like I would with PHP explode, but I need to do it in JavaScript. Is there a way and how can be done?
Thanks
Leron