Hi,
I have a content like this in string
How can I remove the whitespaces so that it becomes:
Using lstrip only trims the whitespace for the first one like this:
Please suggest me a solution
Thanks,
Sashi.
I have a content like this in string
Code:
sa
sp
sq
Code:
sa sp sq
Code:
sa
sp
sq
Thanks,
Sashi.
Comment