I have list of strings in line delimited by space as below.
Hello how are you
And this needs to be changed to below,
‘Hello’, ‘how’, ‘are’, ‘you’
I have list of strings in line delimited by space as below.
Hello how are you
And this needs to be changed to below,
‘Hello’, ‘how’, ‘are’, ‘you’