Turning a Text Sequence into a Sequence Array
- Posted by Kaladan Jul 08, 2010
- 3775 views
Hi, I'm new here. And new to the language. I did a search for this subject but I was unlucky. I was wondering if anyone could tell me the easiest or quickest way to turn a Text Sequence into a sequence array. In other words I want to turn this:
"This is only theoretically a sentence."
into this:
{"This", "is", "only", "theoretically", "a", "sentence."}
Any help would be much appreciated.
Kaladan