Exploding a string into an array in Javascript.

This script will take a string and explode it into an array. Neato huh? In my project, I had one field in a form where the user would enter several email addresses seperated by semi-colon’s. I wanted to validate that each email address was valid, but first you have to seperate the long string. functionContinue reading “Exploding a string into an array in Javascript.”