forum

Home / DeveloperSection / Forums / Concatenate 2 or more NSString into 1 NSString in Objective-C

Concatenate 2 or more NSString into 1 NSString in Objective-C

Anonymous User179907-Nov-2015
I am new in Objective-C programming, can any one tell me how to Concatenate 2 or more NSString into 1 NSString with comma(,) sign.
For example I have 3 strings like this:
NSString *country1 = @"India";
NSString *country2 = @"China";
NSString *country3 = @"Japan";

I want to make a single string to store and in future I want to separate all these values by given sign.

Updated on 08-Nov-2015
I am a content writter !

Can you answer this question?


Answer

1 Answers

Liked By