I have a string like this one two three four. I want to cut this string and make four strings like one, two, three and four. How can I do this?
The string is a dynamic string. The four words of this string change, therefor I want to do something appropriate for any string length.
1 Answer