objective c - How to cut string from string has "abc" in iOS -


i have problem. string has format "abc", has "". want abc "abc" ( mean remove "" string , abc). how can that? in advance

nsstring *abc = [@"\"abc\"" stringbyreplacingoccurencesofstring:@"\"" withstring:@""]; 

Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

java.util.scanner - How to read and add only numbers to array from a text file -

iphone - Three second countdown in cocos2d -