Hi, Ranchers I am parsing one
string with split() method. But Output is not getting what I expected. following is my code:
I want output as :
But I got output as
Means after every line one space is added. How to get expected output? Thanks in advance
>