in reply to Why does split on /./ not split the string?

You might be interested to know that splitting with an empty regex // works fine. I use it all the time for turning strings into sequences of characters.
  • Comment on Re: Why does split on /./ not split the string?