I have split my string into an array.
Hello im awesome
is now:
helloimawesome
I now want to add the spaces back into the array
so helloimawesome would be hello im awesome. I want to add a space only to hello and im. Can you even add new data to existing array elements?