append in middle of NSString in iPhone programming

Posted by suse on Stack Overflow See other posts from Stack Overflow or by suse
Published on 2010-03-25T07:00:32Z Indexed on 2010/03/25 7:03 UTC
Read the original article Hit count: 267

Filed under:
|

hello,

how to append the value of string in between NSString?

for example:

NSString* str1 = @"Hello";

NSString* str2 = @"Hi.."//add contents of str1//@"how r u??";

please tell me how to achieve this??

© Stack Overflow or respective owner

Related posts about nsstring

Related posts about iphone