YasserKhalil
Well-Known Member
Hello everyone
Suppose I have a string like that
There are two spaces after 'Hello' and three spaces after 'Members'
I need to replace those multiple spaces with comma " , "
But as for one space to skip ..
The desired output would be
Suppose I have a string like that
Code:
Hello Chandoo Members How are you
There are two spaces after 'Hello' and three spaces after 'Members'
I need to replace those multiple spaces with comma " , "
But as for one space to skip ..
The desired output would be
Code:
Hello , Chandoo Members , How are you