hi.
i have a comma separated list that i need to get into an array.
normally, the split function works great.
but, some of my values are "Sacramento, CA" where the entire value in the quotes needs to be a single array, so it can't split the entries in quotes.
i can remove the comma before splitting if i can figure out a regular expression to do this.
any help?
thanks.