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: 298
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