i was wondering how would u remove multiple whitespaces from the middle of a string to make it only one white space...for example:
then remove the multiple whitespaces in middle to make it "hi bye"
any help would be appreciated...t hanks.
Code:
string hi= "hi bye";
any help would be appreciated...t hanks.
Comment