Sunday, June 10, 2012

[Action Script] Split String w/ Multiple Delimiters June,2012

I have a string named s that I want to separate all of the words and add them into an array.

I want to separate them wherever any symbol is. But I don't know how to split a string multiple times, and is there an easier way of splitting a string wherever a symbol is without listing all of the symbols?

Any ideas?

Thanks in advance,
Jacob
Split String w/ Multiple Delimiters

Related Post



0 comments: