I have string "hi how are you" I want to put this string into an array as shown below. But i want to preserve spaces. Any ideas on how to do that?
a[0] a[1] a[2] 3 4 5 6 .... should have
h i <space> h o w <space> .... and so on.