W
Wavequation
I am trying to take a string consisting of contiguous charaters, i.e with no
spaces or other delimiters, only letters and numbers, and put each individual
character into an array. I tried using split(), with "" as a delimiter, e.g.
split("test", ""), but it doesn't seem to work. Is there any way to do it?
spaces or other delimiters, only letters and numbers, and put each individual
character into an array. I tried using split(), with "" as a delimiter, e.g.
split("test", ""), but it doesn't seem to work. Is there any way to do it?