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

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -